Searched refs:PPPIOCGUNIT (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | if_ppp.h | 125 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
|
| D | if_ppp.c | 433 case PPPIOCGUNIT:
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 291 if (ioctl(fd, PPPIOCGUNIT, &ifunit) < 0) { 299 if (ioctl(fd, PPPIOCGUNIT, &x) < 0) { 360 if (ioctl(loop_slave, PPPIOCGUNIT, &x) < 0) { in restore_loop() 670 if (ioctl(ppp_fd, PPPIOCGUNIT, &ifunit) < 0) { in open_ppp_loopback()
|