Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/
HDppp.h18 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/freebsd-14-stable/contrib/tcpdump/
HDppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
HDprint-ppp.c1431 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */ in ppp_hdlc()
1539 case (PPP_PPPD_IN << 8 | PPP_CONTROL): in ppp_print()
1545 case (PPP_PPPD_OUT << 8 | PPP_CONTROL): in ppp_print()
1551 case (PPP_ADDRESS << 8 | PPP_CONTROL): in ppp_print()
1765 GET_U_1(p + 1) == PPP_CONTROL) { in ppp_bsdos_if_print()
1803 && ph->phdr_ctl == PPP_CONTROL) { in ppp_bsdos_if_print()
HDprint-juniper.c844 EXTRACT_BE_U_2(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL)) in juniper_mlppp_if_print()
883 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */ in juniper_mlppp_if_print()
/freebsd-14-stable/sys/net/
HDppp_defs.h42 #define PPP_CONTROL(p) (((u_char *)(p))[1]) macro
/freebsd-14-stable/libexec/getty/
HDmain.c85 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
566 } else if ((ppp_state == 2 && cs == PPP_CONTROL) in getname()