Searched defs:PPP_CONTROL (Results 1 – 4 of 4) sorted by relevance
18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
72 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
24 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro