HomeSort by relevance Sort by last modified time
    Searched full:asyncmap (Results 1 - 17 of 17) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
lcp.c 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)
    [all...]
lcp.h 106 u32_t asyncmap; /* Value of async map */ member in struct:lcp_options
ppp.c 1139 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp)
    [all...]
ppp.h 167 * Extended asyncmap - allows any character to be escaped.
  /external/ppp/pppd/
lcp.c 76 bool lax_recv = 0; /* accept control chars in asyncmap */
99 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
100 "Set asyncmap (for received packets)",
102 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
103 "Set asyncmap (for received packets)",
105 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
106 "Disable asyncmap negotiation",
109 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
    [all...]
lcp.h 108 u_int32_t asyncmap; /* Value of async map */ member in struct:lcp_options
sys-solaris.c     [all...]
pppd.8 61 .B asyncmap \fImap
298 .B default\-asyncmap
299 Disable asyncmap negotiation, forcing all control characters to be
    [all...]
tty.c 339 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
374 lcp_allowoptions[0].asyncmap = xmit_accm[0];
    [all...]
sys-linux.c 1228 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1235 if (ioctl(ppp_fd, PPPIOCSASYNCMAP, (caddr_t) &asyncmap) < 0) {
1268 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp)
1287 if (ioctl(ppp_fd, PPPIOCSRASYNCMAP, (caddr_t) &asyncmap) < 0) {
1289 error("Couldn't set channel receive asyncmap: %m");
    [all...]
options.c 356 asyncmap <n> Set the desired async map to hex <n>\n\
    [all...]
  /external/ppp/pppd/include/net/
pppio.h 48 #define PPPIO_XACCM _PPPIO(138) /* set transmit asyncmap */
49 #define PPPIO_RACCM _PPPIO(139) /* set receive asyncmap */
ppp_defs.h 126 * Extended asyncmap - allows any character to be escaped.
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 71 * Extended asyncmap - allows any character to be escaped.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp_defs.h 101 * Extended asyncmap - allows any character to be escaped.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp_defs.h 101 * Extended asyncmap - allows any character to be escaped.
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 243 u_int32_t asyncmap,

Completed in 481 milliseconds