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

  /external/ppp/pppd/
lcp.h 92 u_int32_t asyncmap; /* Value of async map */ member in struct:lcp_options
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...]
sys-solaris.c     [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...]
tty.c 334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
369 lcp_allowoptions[0].asyncmap = xmit_accm[0];
    [all...]
  /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,

Completed in 91 milliseconds