Home
last modified time | relevance | path

Searched refs:PPPIOCGRAWIN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net/
Dif_ppp.h124 #define PPPIOCGRAWIN _IOR('t', 91, struct ppp_rawin) /* get raw input */ macro
Dif_ppp.c545 case PPPIOCGRAWIN: in pppioctl()
/netbsd/src/external/bsd/ppp/usr.sbin/pppd/
Dsys-bsd.c664 if (ioctl(ppp_fd, PPPIOCGRAWIN, &win) == -1) { in clean_check()