Home
last modified time | relevance | path

Searched refs:ppp_idle (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/net/
H A Dif_ppp.h137 #define PPPIOCGIDLE _IOR('t', 74, struct ppp_idle) /* get idle time */
H A Dppp_defs.h165 struct ppp_idle { struct
H A Dif_ppp.c522 ((struct ppp_idle *)data)->xmit_idle = t - sc->sc_last_sent; in pppioctl()
523 ((struct ppp_idle *)data)->recv_idle = t - sc->sc_last_recv; in pppioctl()
/openbsd/usr.sbin/pppd/
H A Dpppd.h286 int get_idle_time(int, struct ppp_idle *);
H A Dauth.c508 struct ppp_idle idle;
H A Dsys-bsd.c859 struct ppp_idle *ip;
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp926 unsigned struct_ppp_idle_sz = sizeof(ppp_idle);