Home
last modified time | relevance | path

Searched refs:sync_serial (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c977 if (!sync_serial && !already_ppp &&
1092 if (sync_serial) { in clean_check()
1223 if (sync_serial) {
1845 if (!sync_serial && fdmuxid >= 0 && pppfd != -1) {
1867 if (!sync_serial && fdmuxid >= 0 && pppfd != -1) {
1906 if (!sync_serial) {
1933 if (sync_serial) {
1972 if (!sync_serial) {
2001 if (sync_serial) {
2029 if (sync_serial) {
H A Doptions.c103 bool sync_serial = 0; /* Device is synchronous serial device */ variable
283 { "sync", o_bool, &sync_serial,
H A Dpppd.h274 extern bool sync_serial; /* Device is synchronous serial device */
H A Dlcp.c3010 lcp_echo_accm_test = !sync_serial && use_accm_test;