Home
last modified time | relevance | path

Searched refs:DLT_PPP (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/tcpdump/missing/
HDdlnames.c59 DLT_CHOICE(DLT_PPP, "PPP"),
/freebsd-14-stable/contrib/libpcap/pcap/
HDdlt.h76 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
/freebsd-14-stable/sys/net/
HDdlt.h71 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
HDbpf.c628 case DLT_PPP: in bpf_movein()
/freebsd-14-stable/sbin/ipf/ipf/
HDbpf-ipf.h189 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
/freebsd-14-stable/contrib/libpcap/
HDpcap-common.c120 #define LINKTYPE_PPP DLT_PPP
HDpcap-pf.c428 p->linktype = DLT_PPP; in pcap_activate_pf()
HDpcap-bpf.c2347 case DLT_PPP:
HDgencode.c1259 case DLT_PPP: in init_linktype()
3336 case DLT_PPP: in gen_linktype()
9307 case DLT_PPP: in gen_mpls()
9418 PUSH_LINKHDR(cstate, DLT_PPP, cstate->off_linkpl.is_variable, in gen_pppoes()
/freebsd-14-stable/contrib/tcpdump/
HDprint.c204 { ppp_if_print, DLT_PPP },