Searched refs:PPP_CONTROL (Results 1 – 6 of 6) sorted by relevance
18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
1427 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()1531 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL): in ppp_print()1537 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL): in ppp_print()1543 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()1738 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) { in ppp_bsdos_if_print()1774 && ph->phdr_ctl == PPP_CONTROL) { in ppp_bsdos_if_print()
798 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_print()832 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_print()
24 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro
72 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro