Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dppp.h17 #define PPP_ADDRESS 0xff /* The address byte value */ macro
/dragonfly/contrib/tcpdump/
H A Dppp.h19 #define PPP_ADDRESS 0xff /* The address byte value */ macro
H A Dprint-ppp.c1424 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()
1538 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()
1664 case PPP_ADDRESS: in ppp_hdlc_if_print()
1744 if (GET_U_1(p) == PPP_ADDRESS && in ppp_bsdos_if_print()
1782 if (ph->phdr_addr == PPP_ADDRESS in ppp_bsdos_if_print()
H A Dprint-juniper.c865 EXTRACT_BE_U_2(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_if_print()
904 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_if_print()
/dragonfly/sys/net/ppp_layer/
H A Dppp_defs.h41 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro