Home
last modified time | relevance | path

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

/external/libpcap/
Dppp.h18 #define PPP_ADDRESS 0xff /* The address byte value */ macro
/external/tcpdump/
Dppp.h20 #define PPP_ADDRESS 0xff /* The address byte value */ macro
Dprint-ppp.c1316 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()
1425 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()
1547 case PPP_ADDRESS: in ppp_hdlc_if_print()
1613 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) { in ppp_bsdos_if_print()
1648 if (ph->phdr_addr == PPP_ADDRESS in ppp_bsdos_if_print()
Dprint-juniper.c471 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_print()
507 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_print()
/external/ppp/pppd/include/net/
Dppp_defs.h62 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro
/external/kernel-headers/original/linux/
Dppp_defs.h52 #define PPP_ADDRESS(p) (((__u8 *)(p))[0]) macro