Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_ppp.h136 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ macro
H A Dif_ppp.c491 case PPPIOCSNPMODE: in pppioctl()
/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c921 if (ioctl(ppp_fd, PPPIOCSNPMODE, &npi) == -1) { in sifnpmode()
941 ioctl(ppp_fd, PPPIOCSNPMODE, (caddr_t) &npi); in sifdown()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1829 unsigned IOCTL_PPPIOCSNPMODE = PPPIOCSNPMODE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc718 _(PPPIOCSNPMODE, READ, struct_npioctl_sz);