Home
last modified time | relevance | path

Searched defs:PPP_CONTROL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/tcpdump/dist/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/netbsd-src/libexec/getty/
H A Dmain.c88 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
/netbsd-src/sys/net/
H A Dppp_defs.h64 #define PPP_CONTROL(p) (((const u_char *)(p))[1]) macro