Searched refs:DLT_ENC (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-common.c | 1340 #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 D | gencode.c | 1252 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 D | CHANGES | 1065 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 D | dlnames.c | 90 #ifdef DLT_ENC 91 DLT_CHOICE(DLT_ENC, "OpenBSD encapsulated IP"),
|
/freebsd/contrib/libpcap/pcap/ |
H A D | dlt.h | 322 #define DLT_ENC 13 macro 324 #define DLT_ENC 109 macro
|
/freebsd/sys/net/ |
H A D | dlt.h | 296 #define DLT_ENC 13 macro 298 #define DLT_ENC 109 macro
|
H A D | if_enc.c | 176 bpfattach(ifp, DLT_ENC, sizeof(struct enchdr)); in enc_clone_create()
|
/freebsd/contrib/tcpdump/ |
H A D | print.c | 84 #ifdef DLT_ENC 85 { enc_if_print, DLT_ENC },
|
H A D | CHANGES | 379 Handle DLT_ENC files *not* written on the same OS and byte-order host.
|