Home
last modified time | relevance | path

Searched refs:PPP_CONTROL (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dppp.h18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/external/tcpdump/
Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
Dprint-ppp.c1427 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()
Dprint-juniper.c798 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()
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h24 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro
/external/ppp/pppd/include/net/
Dppp_defs.h72 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro