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

/freebsd-12-stable/contrib/libpcap/
H A Dppp.h17 #define PPP_ADDRESS 0xff /* The address byte value */ macro
/freebsd-12-stable/contrib/tcpdump/
H A Dppp.h19 #define PPP_ADDRESS 0xff /* The address byte value */ macro
H A Dprint-ppp.c1427 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1543 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1645 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1667 case PPP_ADDRESS:
1738 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1773 if (ph->phdr_addr == PPP_ADDRESS
H A Dprint-juniper.c798 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
832 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
/freebsd-12-stable/sys/net/
H A Dppp_defs.h43 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro

Completed in 206 milliseconds