Searched refs:asyncmap (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h132 u_int32_t asyncmap; /* Value of async map */ member in struct:lcp_options
H A Dlcp.c77 bool lax_recv = 0; /* accept control chars in asyncmap */
130 { "default-asyncmap", o_bool, &lcp_wantoptions[0].neg_asyncmap,
131 "Disable asyncmap negotiation",
134 "Disable asyncmap negotiation",
136 { "asyncmap", o_special, (void *)setasyncmap,
137 "Set asyncmap (for received packets)" },
139 "Set asyncmap (for received packets)" },
177 "Disable use of LCP Echo-Request asyncmap checking",
180 "Use only small Echo-Requests for asyncmap checking",
410 option_error("invalid numeric parameter '%s' for 'asyncmap' optio
[all...]
H A Dsys-solaris.c1944 ppp_send_config(unit, mtu, asyncmap, pcomp, accomp)
1947 u_int32_t asyncmap;
1966 if (strioctl(pppfd, PPPIO_XACCM, &asyncmap,
1967 sizeof (asyncmap), 0) < 0) {
2010 ppp_recv_config(unit, mru, asyncmap, pcomp, accomp)
2013 u_int32_t asyncmap;
2032 if (strioctl(pppfd, PPPIO_RACCM, &asyncmap,
2033 sizeof (asyncmap), 0) < 0) {
H A Doptions.c1918 * setxonxoff - modify the asyncmap to include escaping XON and XOFF
1931 lcp_wantoptions[0].asyncmap |= xonxoff; /* escape ^S and ^Q */
1932 lcp_allowoptions[0].asyncmap |= xonxoff;

Completed in 55 milliseconds