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

/freebsd-10.2-release/contrib/libpcap/
H A Dppp.h18 #define PPP_ADDRESS 0xff /* The address byte value */ macro
/freebsd-10.2-release/contrib/tcpdump/
H A Dppp.h22 #define PPP_ADDRESS 0xff /* The address byte value */ macro
H A Dprint-ppp.c1318 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1427 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1528 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1549 case PPP_ADDRESS:
1615 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1650 if (ph->phdr_addr == PPP_ADDRESS
H A Dprint-juniper.c764 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
800 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
/freebsd-10.2-release/sys/net/
H A Dppp_defs.h43 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro

Completed in 81 milliseconds