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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c141 static int fdmuxid = -1; /* driver mux fd */ variable
998 if ((fdmuxid = myioctl(pppfd, I_LINK, (void *)fd)) < 0) {
1050 if (fdmuxid == -1 || integrated_driver) {
1053 if (myioctl(pppfd, I_UNLINK, (void *)fdmuxid) < 0) {
1058 fdmuxid = -1;
1904 if (!sync_serial && fdmuxid >= 0 && pppfd != -1) {
1926 if (!sync_serial && fdmuxid >= 0 && pppfd != -1) {
1964 if (fdmuxid != -1) {
1995 if (fdmuxid != -1 && strioctl(pppfd, PPPIO_XACCM, accm,
2030 if (fdmuxid !
[all...]

Completed in 50 milliseconds