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

/external/libpcap/
H A Dppp.h19 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/external/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.c471 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
507 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
/external/ppp/pppd/include/net/
H A Dppp_defs.h63 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h53 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro

Completed in 19 milliseconds