Home
last modified time | relevance | path

Searched refs:DLT_FRELAY (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/missing/
Ddlnames.c86 #ifdef DLT_FRELAY
87 DLT_CHOICE(DLT_FRELAY, "Frame Relay"),
/external/tcpdump/
Dprint.c133 #ifdef DLT_FRELAY
134 { fr_if_print, DLT_FRELAY },
/external/libpcap/
Dpcap-dag.c572 (p->linktype != DLT_FRELAY)) in dag_read()
588 (p->linktype != DLT_FRELAY) && in dag_read()
1308 p->dlt_list[dlt_index++] = DLT_FRELAY;
1353 p->dlt_list[dlt_index++] = DLT_FRELAY;
Dpcap-bpf.c2269 v = DLT_FRELAY;
Dpcap-linux.c2051 handle->linktype = DLT_FRELAY; in map_arphrd_to_dlt()
Dgencode.c1472 case DLT_FRELAY: in init_linktype()
3458 case DLT_FRELAY: in gen_linktype()
6512 case DLT_FRELAY: in gen_proto()
DCHANGES733 DLT_IP_OVER_FC, DLT_FRELAY, others.
/external/libpcap/pcap/
Ddlt.h215 #define DLT_FRELAY 107 macro