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

/freebsd-10-stable/contrib/libpcap/
H A Dppp.h19 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/freebsd-10-stable/contrib/tcpdump/
H A Dppp.h23 #define PPP_CONTROL 0x03 /* The control byte value */ macro
H A Dprint-ppp.c1318 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1415 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL):
1421 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL):
1427 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1528 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1615 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1651 && ph->phdr_ctl == PPP_CONTROL) {
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-stable/sys/net/
H A Dppp_defs.h44 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/freebsd-10-stable/libexec/getty/
H A Dmain.c84 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
549 PPP_FRAME, PPP_STATION, PPP_CONTROL (deviant from RFC)
561 } else if ((ppp_state == 2 && cs == PPP_CONTROL)

Completed in 222 milliseconds