Searched refs:PPPOESETPARMS (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/net/ |
H A D | if_pppoe.h | 44 #define PPPOESETPARMS _IOW('i', 110, struct pppoediscparms) macro
|
H A D | if_pppoe.c | 975 case PPPOESETPARMS: in pppoe_ioctl()
|
/openbsd/sbin/ifconfig/ |
H A D | ifconfig.c | 5407 if (ioctl(sock, PPPOESETPARMS, &parms) == -1) in setpppoe_dev() 5425 if (ioctl(sock, PPPOESETPARMS, &parms) == -1) in setpppoe_svc() 5443 if (ioctl(sock, PPPOESETPARMS, &parms) == -1) in setpppoe_ac()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1844 unsigned IOCTL_PPPOESETPARMS = PPPOESETPARMS;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 735 _(PPPOESETPARMS, READ, struct_pppoediscparms_sz);
|