Searched refs:PPP_CONTROL (Results 1 – 6 of 6) sorted by relevance
19 #define PPP_CONTROL 0x03 /* The control byte value */ macro
21 #define PPP_CONTROL 0x03 /* The control byte value */ macro
1316 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()1413 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL): in ppp_print()1419 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL): in ppp_print()1425 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()1613 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) { in ppp_bsdos_if_print()1649 && ph->phdr_ctl == PPP_CONTROL) { in ppp_bsdos_if_print()
764 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_print()800 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_print()
23 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro
68 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro