Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dppp.h18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/dragonfly/contrib/tcpdump/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
H A Dprint-ppp.c1424 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()
1526 case (PPP_PPPD_IN << 8 | PPP_CONTROL): in ppp_print()
1532 case (PPP_PPPD_OUT << 8 | PPP_CONTROL): in ppp_print()
1538 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()
1745 GET_U_1(p + 1) == PPP_CONTROL) { in ppp_bsdos_if_print()
1783 && ph->phdr_ctl == PPP_CONTROL) { in ppp_bsdos_if_print()
H A Dprint-juniper.c865 EXTRACT_BE_U_2(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_if_print()
904 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_if_print()
/dragonfly/sys/net/ppp_layer/
H A Dppp_defs.h42 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/dragonfly/libexec/getty/
H A Dmain.c75 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
550 } else if ((ppp_state == 2 && cs == PPP_CONTROL) in getname()