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

  /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 92 u_int32_t asyncmap; /* Value of async map */ member in struct:lcp_options
sys-solaris.c     [all...]
pppd.8 60 .B asyncmap \fImap
293 .B default\-asyncmap
294 Disable asyncmap negotiation, forcing all control characters to be
    [all...]
tty.c 334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
369 lcp_allowoptions[0].asyncmap = xmit_accm[0];
    [all...]
sys-linux.c 1194 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1201 if (ioctl(ppp_fd, PPPIOCSASYNCMAP, (caddr_t) &asyncmap) < 0) {
1234 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp)
1253 if (ioctl(ppp_fd, PPPIOCSRASYNCMAP, (caddr_t) &asyncmap) < 0) {
1255 error("Couldn't set channel receive asyncmap: %m");
    [all...]
options.c 334 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 120 * Extended asyncmap - allows any character to be escaped.
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 173 u_int32_t asyncmap,
192 u_int32_t asyncmap,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 186 u_int32_t asyncmap,
214 u_int32_t asyncmap,
  /external/kernel-headers/original/linux/
ppp_defs.h 105 * Extended asyncmap - allows any character to be escaped.

Completed in 1260 milliseconds