Searched defs:xonxoff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c261 { "xonxoff", o_special_noarg, (void *)setxonxoff,
1928 int xonxoff = 0x000A0000; local
1931 lcp_wantoptions[0].asyncmap |= xonxoff; /* escape ^S and ^Q */
1932 lcp_allowoptions[0].asyncmap |= xonxoff;
1933 xmit_accm[0][0] |= xonxoff;
1934 xmit_accm[0][4] |= xonxoff; /* escape 0x91 and 0x93 as well */

Completed in 226 milliseconds