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

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

Completed in 44 milliseconds