Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dppp.h18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/freebsd/contrib/tcpdump/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/freebsd/libexec/getty/
H A Dmain.c73 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
/freebsd/sys/net/
H A Dppp_defs.h42 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro