Searched refs:PPPOEGETPARMS (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/net/ |
H A D | if_pppoe.h | 45 #define PPPOEGETPARMS _IOWR('i', 111, struct pppoediscparms) macro
|
H A D | if_pppoe.c | 1031 case PPPOEGETPARMS: in pppoe_ioctl()
|
/openbsd/sbin/ifconfig/ |
H A D | ifconfig.c | 5334 if (ioctl(sock, PPPOEGETPARMS, &parms) == -1) in pppoe_status() 5402 if (ioctl(sock, PPPOEGETPARMS, &parms) == -1) in setpppoe_dev() 5417 if (ioctl(sock, PPPOEGETPARMS, &parms) == -1) in setpppoe_svc() 5435 if (ioctl(sock, PPPOEGETPARMS, &parms) == -1) in setpppoe_ac()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1845 unsigned IOCTL_PPPOEGETPARMS = PPPOEGETPARMS;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 736 _(PPPOEGETPARMS, READWRITE, struct_pppoediscparms_sz);
|