Home
last modified time | relevance | path

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

/openbsd-src/lib/libpcap/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/openbsd-src/sys/net/
H A Dppp_defs.h50 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro