Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_ppp.h125 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
Dif_ppp.c374 case PPPIOCGUNIT: in pppioctl()
/openbsd/src/usr.sbin/pppd/
Dsys-bsd.c265 if (ioctl(fd, PPPIOCGUNIT, &ifunit) == -1) { in establish_ppp()
273 if (ioctl(fd, PPPIOCGUNIT, &x) == -1) { in establish_ppp()
334 if (ioctl(loop_slave, PPPIOCGUNIT, &x) == -1) { in restore_loop()
545 if (ioctl(ppp_fd, PPPIOCGUNIT, &ifunit) == -1) { in open_ppp_loopback()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp687 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
Dsanitizer_common_interceptors_ioctl.inc218 _(PPPIOCGUNIT, WRITE, sizeof(int));
Dsanitizer_platform_limits_netbsd.cpp1818 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
Dsanitizer_interceptors_ioctl_netbsd.inc707 _(PPPIOCGUNIT, WRITE, sizeof(int));