Searched refs:DLT_LINUX_SLL (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c95 #ifdef DLT_LINUX_SLL
96 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c127 #ifdef DLT_LINUX_SLL
128 { sll_if_print, DLT_LINUX_SLL },
/freebsd-11-stable/sys/net/
H A Ddlt.h207 * sometimes it isn't.) We currently handle it as DLT_LINUX_SLL,
253 #define DLT_LINUX_SLL 113 macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h205 * sometimes it isn't.) We currently handle it as DLT_LINUX_SLL,
251 #define DLT_LINUX_SLL 113 macro
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h287 #define DLT_LINUX_SLL 113 macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-common.c1304 * DLT_LINUX_SLL packets with a protocol type of LINUX_SLL_P_CAN or
1308 * When reading a DLT_LINUX_SLL capture file, we need to check for those
1568 case DLT_LINUX_SLL:
H A Dpcap-linux.c3149 * If "cooked_ok" is non-zero, we can use DLT_LINUX_SLL and capture
3240 * Map this to DLT_LINUX_SLL; that way, CAN frames will
3246 handle->linktype = DLT_LINUX_SLL;
3311 handle->linktype = DLT_LINUX_SLL;
3358 handle->linktype = DLT_LINUX_SLL;
3408 * XXX - should some of those be mapped to DLT_LINUX_SLL
3409 * instead? Should we just map all of them to DLT_LINUX_SLL?
3612 handle->dlt_list[0] = DLT_LINUX_SLL;
3759 handle->linktype == DLT_LINUX_SLL ||
3835 handle->linktype = DLT_LINUX_SLL;
[all...]
H A Dgencode.c1427 case DLT_LINUX_SLL: /* fake header for Linux cooked socket v1 */
3242 case DLT_LINUX_SLL:
8230 case DLT_LINUX_SLL:

Completed in 123 milliseconds