Searched refs:PPP_CONTROL (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libpcap/
H A Dppp.h18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/freebsd-13-stable/contrib/tcpdump/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
H A Dprint-ppp.c1427 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1531 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL):
1537 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL):
1543 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1645 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1738 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1774 && ph->phdr_ctl == PPP_CONTROL) {
H A Dprint-juniper.c798 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
832 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
/freebsd-13-stable/sys/net/
H A Dppp_defs.h44 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/freebsd-13-stable/libexec/getty/
H A Dmain.c86 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
554 PPP_FRAME, PPP_STATION, PPP_CONTROL (deviant from RFC)
566 } else if ((ppp_state == 2 && cs == PPP_CONTROL)

Completed in 75 milliseconds