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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c71 static int fdmuxid = -1; variable
239 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0)
256 if (fdmuxid >= 0) {
257 if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
261 fdmuxid = -1;
H A Dsys-solaris.c138 static int fdmuxid = -1; variable
902 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0) {
921 if (fdmuxid >= 0) {
922 if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
926 fdmuxid = -1;
1454 if (fdmuxid >= 0) {
1479 if (fdmuxid >= 0
1504 if (fdmuxid >= 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c119 static int fdmuxid = -1; variable
312 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0)
329 if (fdmuxid >= 0) {
330 if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
334 fdmuxid = -1;
H A Dsys-solaris.c187 static int fdmuxid = -1; variable
976 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0) {
995 if (fdmuxid >= 0) {
996 if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
1000 fdmuxid = -1;
1558 if (fdmuxid >= 0) {
1581 if (fdmuxid >= 0
1608 if (fdmuxid >= 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c119 static int fdmuxid = -1; variable
312 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0)
329 if (fdmuxid >= 0) {
330 if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
334 fdmuxid = -1;
H A Dsys-solaris.c187 static int fdmuxid = -1; variable
976 if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0) {
995 if (fdmuxid >= 0) {
996 if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
1000 fdmuxid = -1;
1558 if (fdmuxid >= 0) {
1581 if (fdmuxid >= 0
1608 if (fdmuxid >= 0) {

Completed in 106 milliseconds