Home
last modified time | relevance | path

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

/external/ppp/pppd/include/net/
Dppp_defs.h41 #if defined(PPP_ADDRESS)
67 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro
/external/libpcap/
Dppp.h17 #define PPP_ADDRESS 0xff /* The address byte value */ macro
/external/tcpdump/
Dppp.h19 #define PPP_ADDRESS 0xff /* The address byte value */ macro
Dprint-ppp.c1418 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()
1534 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()
1658 case PPP_ADDRESS: in ppp_hdlc_if_print()
1729 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) { in ppp_bsdos_if_print()
1764 if (ph->phdr_addr == PPP_ADDRESS in ppp_bsdos_if_print()
Dprint-juniper.c773 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_print()
807 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_print()
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h22 #define PPP_ADDRESS(p) (((__u8 *)(p))[0]) macro
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c142 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro