Searched refs:PPPIOCGUNIT (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_ppp.h | 125 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
|
| D | if_ppp.c | 374 case PPPIOCGUNIT: in pppioctl()
|
| /openbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 265 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/ |
| D | sanitizer_platform_limits_posix.cpp | 687 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
|
| D | sanitizer_common_interceptors_ioctl.inc | 218 _(PPPIOCGUNIT, WRITE, sizeof(int));
|
| D | sanitizer_platform_limits_netbsd.cpp | 1818 unsigned IOCTL_PPPIOCGUNIT = PPPIOCGUNIT;
|
| D | sanitizer_interceptors_ioctl_netbsd.inc | 707 _(PPPIOCGUNIT, WRITE, sizeof(int));
|