Lines Matching refs:asyncmap
81 bool lax_recv = 0; /* accept control chars in asyncmap */
258 wo->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */
271 ao->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */
287 xmit_accm[unit][0] = (u_char)((ao->asyncmap & 0xFF));
288 xmit_accm[unit][1] = (u_char)((ao->asyncmap >> 8) & 0xFF);
289 xmit_accm[unit][2] = (u_char)((ao->asyncmap >> 16) & 0xFF);
290 xmit_accm[unit][3] = (u_char)((ao->asyncmap >> 24) & 0xFF);
367 lcp_allowoptions[unit].asyncmap = (u_long)xmit_accm[unit][0]
371 LCPDEBUG(LOG_INFO, ("lcp_lowerup: asyncmap=%X %X %X %X\n",
547 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl) +
612 ADDCILONG(CI_ASYNCMAP, go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl, go->asyncmap);
726 ACKCILONG(CI_ASYNCMAP, go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl, go->asyncmap);
863 * Add any characters they want to our (receive-side) asyncmap.
865 if (go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl) {
867 try.asyncmap = go->asyncmap | cilong;
1004 if ((go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl)
1184 REJCILONG(CI_ASYNCMAP, neg_asyncmap, go->asyncmap);
1324 * which are set in lcp_allowoptions[unit].asyncmap.
1326 if ((ao->asyncmap & ~cilong) != 0) {
1328 cilong, ao->asyncmap));
1332 PUTLONG(ao->asyncmap | cilong, nakp);
1336 ho->asyncmap = cilong;
1661 (ho->neg_asyncmap? ho->asyncmap: 0xffffffffl),
1664 * If the asyncmap hasn't been negotiated, we really should
1665 * set the receive asyncmap to ffffffff, but we set it to 0
1669 (go->neg_asyncmap? go->asyncmap: 0x00000000),
1698 (go->neg_asyncmap? go->asyncmap: 0x00000000),
1825 printer(arg, "asyncmap 0x%lx", cilong);