Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c108 #ifdef DLT_SUNATM
109 DLT_CHOICE(DLT_SUNATM, "Sun raw ATM"),
/freebsd/contrib/tcpdump/
H A Dprint.c231 #ifdef DLT_SUNATM
232 { sunatm_if_print, DLT_SUNATM },
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h477 #define DLT_SUNATM 123 /* Solaris+SunATM */ macro
/freebsd/sys/net/
H A Ddlt.h451 #define DLT_SUNATM 123 /* Solaris+SunATM */ macro
/freebsd/contrib/libpcap/
H A Ddlpisubs.c270 p->linktype = DLT_SUNATM; in pcap_process_mactype()
H A Dpcap-dag.c529 if (p->linktype == DLT_SUNATM) { in dag_read()
1348 p->dlt_list[dlt_index++] = DLT_SUNATM;
H A Dgencode.c1406 case DLT_SUNATM: in init_linktype()
3156 case DLT_SUNATM: in gen_prevlinkhdr_check()
3271 case DLT_SUNATM: in gen_linktype()
3740 case DLT_SUNATM: in gen_llc_internal()
5296 case DLT_SUNATM: in gen_gateway()
H A DCHANGES1231 Added DLT_ARCNET_LINUX, DLT_ENC, DLT_IEEE802_11_RADIO, DLT_SUNATM,