HomeSort by relevance Sort by last modified time
    Searched full:asyncmap (Results 1 - 13 of 13) 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 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 2571 milliseconds