Searched defs:PPP_CONTROL (Results 1 – 4 of 4) sorted by relevance
19 #define PPP_CONTROL 0x03 /* The control byte value */ macro
21 #define PPP_CONTROL 0x03 /* The control byte value */ macro
63 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
53 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro