Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif_ppp.h125 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
Dif_ppp.c433 case PPPIOCGUNIT:
/mirbsd/src/usr.sbin/pppd/
Dsys-bsd.c291 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()