Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c135 static int fdmuxid = -1; /* driver mux fd */ variable
1044 if (fdmuxid == -1 || integrated_driver) {
1047 if (myioctl(pppfd, I_UNLINK, (void *)fdmuxid) < 0) {
1052 fdmuxid = -1;
1845 if (!sync_serial && fdmuxid >= 0 && pppfd != -1) {
1867 if (!sync_serial && fdmuxid >= 0 && pppfd != -1) {
1905 if (fdmuxid != -1) {
1936 if (fdmuxid != -1 && strioctl(pppfd, PPPIO_XACCM, accm,
1971 if (fdmuxid != -1) {
3556 was_linked = fdmuxid != -1; in sys_print_state()
[all …]