Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ppp.c1316 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()
1413 case (PPP_WITHDIRECTION_IN << 8 | PPP_CONTROL): in ppp_print()
1419 case (PPP_WITHDIRECTION_OUT << 8 | PPP_CONTROL): in ppp_print()
1425 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()
1613 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) { in ppp_bsdos_if_print()
1649 && ph->phdr_ctl == PPP_CONTROL) { in ppp_bsdos_if_print()
Dppp.h21 #define PPP_CONTROL 0x03 /* The control byte value */ macro
Dprint-juniper.c471 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_print()
507 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_print()
/external/libpcap/
Dppp.h19 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h63 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/external/kernel-headers/original/linux/
Dppp_defs.h53 #define PPP_CONTROL(p) (((__u8 *)(p))[1]) macro