Home
last modified time | relevance | path

Searched refs:PPPOEGETPARMS (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/net/
H A Dif_pppoe.h45 #define PPPOEGETPARMS _IOWR('i', 111, struct pppoediscparms) macro
H A Dif_pppoe.c1031 case PPPOEGETPARMS: in pppoe_ioctl()
/openbsd/sbin/ifconfig/
H A Difconfig.c5334 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 Dsanitizer_platform_limits_netbsd.cpp1845 unsigned IOCTL_PPPOEGETPARMS = PPPOEGETPARMS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc736 _(PPPOEGETPARMS, READWRITE, struct_pppoediscparms_sz);