Searched refs:DLT_RAW (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dpcap-bpf.h149 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
155 #define DLT_RAW 14 /* raw IP */ macro
157 #define DLT_RAW 12 /* raw IP */ macro
233 * 106 is reserved for Linux Classical IP over ATM; it's like DLT_RAW,
251 * OpenBSD defines it as 12, but that collides with DLT_RAW, so we
H A Dbpf-ipf.h200 #define DLT_RAW 12 /* raw IP */ macro
270 * OpenBSD defines it as 12, but that collides with DLT_RAW, so we
/freebsd-10.0-release/contrib/tcpdump/missing/
H A Ddlnames.c68 DLT_CHOICE(DLT_RAW, "Raw IP"),
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dbpf.h152 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
158 #define DLT_RAW 14 /* raw IP */ macro
160 #define DLT_RAW 12 /* raw IP */ macro
275 * 106 is reserved for Linux Classical IP over ATM; it's like DLT_RAW,
293 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
1036 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-snoop.c289 p->linktype = DLT_RAW;
290 ll_hdrlen = 0; /* DLT_RAW meaning "no PPP header, just the IP packet"? */
295 p->linktype = DLT_RAW;
H A Dpcap-common.c746 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
935 { DLT_RAW, LINKTYPE_RAW },
H A Dpcap-linux.c2633 * it as DLT_RAW, for now - if somebody needs to capture,
2648 * we'd map "isdnN" devices to DLT_RAW (they
2658 handle->linktype = DLT_RAW;
2693 handle->linktype = DLT_RAW;
2758 * packets, so use DLT_RAW.
2760 handle->linktype = DLT_RAW;
H A Dpcap-dag.c1140 p->linktype = DLT_RAW;
H A Dpcap.c969 DLT_CHOICE(DLT_RAW, "Raw IP"),
H A Dgencode.c1191 case DLT_RAW:
3051 case DLT_RAW:
3413 * handled as DLT_SLIP, DLT_SLIP_BSDOS, and DLT_RAW are, if
/freebsd-10.0-release/usr.sbin/ipfwpcap/
H A Dipfwpcap.c218 p = pcap_open_dead(DLT_RAW, BUFMAX);
/freebsd-10.0-release/sys/netgraph/netflow/
H A Dng_netflow.c438 case DLT_RAW:
439 iface->info.ifinfo_dlt = DLT_RAW;
746 case DLT_RAW: /* IP packets */
/freebsd-10.0-release/sys/net/
H A Dbpf.h249 #define DLT_RAW 12 /* raw IP */ macro
338 * OpenBSD defines it as 12, but that collides with DLT_RAW, so we
996 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
H A Dbpf.c480 case DLT_RAW:
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c201 { raw_if_print, DLT_RAW },
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_usie.c447 bpfattach(ifp, DLT_RAW, 0);
H A Duhso.c1595 bpfattach(ifp, DLT_RAW, 0);
/freebsd-10.0-release/sys/dev/lmc/
H A Dif_lmc.c4163 LMC_BPF_ATTACH(DLT_RAW, 0);
4176 LMC_BPF_ATTACH(DLT_RAW, 0);
4892 LMC_BPF_ATTACH(DLT_RAW, 0);
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipf_y.y2218 p = pcap_open_dead(DLT_RAW, 1);

Completed in 320 milliseconds