Home
last modified time | relevance | path

Searched refs:DLT_ENC (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-common.c1340 #if DLT_ENC != LINKTYPE_ENC in dlt_to_linktype()
1342 if (dlt == DLT_ENC) in dlt_to_linktype()
1495 #if LINKTYPE_ENC != DLT_ENC in linktype_to_dlt()
1498 return (DLT_ENC); in linktype_to_dlt()
H A Dgencode.c1252 case DLT_ENC: in init_linktype()
2146 if (cstate->linktype == DLT_NULL || cstate->linktype == DLT_ENC) { in gen_loopback_linktype()
3375 case DLT_ENC: in gen_linktype()
H A DCHANGES1065 Add missing mapping for DLT_ENC <-> LINKTYPE_ENC
1231 Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c90 #ifdef DLT_ENC
91 DLT_CHOICE(DLT_ENC, "OpenBSD encapsulated IP"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h322 #define DLT_ENC 13 macro
324 #define DLT_ENC 109 macro
/freebsd/sys/net/
H A Ddlt.h296 #define DLT_ENC 13 macro
298 #define DLT_ENC 109 macro
H A Dif_enc.c176 bpfattach(ifp, DLT_ENC, sizeof(struct enchdr)); in enc_clone_create()
/freebsd/contrib/tcpdump/
H A Dprint.c84 #ifdef DLT_ENC
85 { enc_if_print, DLT_ENC },
H A DCHANGES379 Handle DLT_ENC files *not* written on the same OS and byte-order host.