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

/macosx-10.9.5/libpcap-42/libpcap/
H A Dppp.h19 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dppp.h21 #define PPP_CONTROL 0x03 /* The control byte value */ macro
H A Dprint-ppp.c1316 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1413 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL):
1419 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL):
1425 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1526 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1613 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1649 && 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 */
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dppp_defs.h68 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_defs.h61 #define PPP_CONTROL(p) (((u_int8_t *)(p))[1]) macro
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dmain.c98 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
594 PPP_FRAME, PPP_STATION, PPP_CONTROL (deviant from RFC)
606 } else if ((ppp_state == 2 && cs == PPP_CONTROL)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dmain.c98 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
594 PPP_FRAME, PPP_STATION, PPP_CONTROL (deviant from RFC)
606 } else if ((ppp_state == 2 && cs == PPP_CONTROL)

Completed in 206 milliseconds