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

/freebsd-11-stable/sys/net/
H A Ddlt.h82 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
88 #define DLT_RAW 14 /* raw IP */ macro
90 #define DLT_RAW 12 /* raw IP */ macro
205 * 106 is reserved for Linux Classical IP over ATM; it's like DLT_RAW,
223 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
1013 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
H A Dbpf.c509 case DLT_RAW:
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h80 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
86 #define DLT_RAW 14 /* raw IP */ macro
88 #define DLT_RAW 12 /* raw IP */ macro
203 * 106 is reserved for Linux Classical IP over ATM; it's like DLT_RAW,
221 * DLT_LOOP is 12 in OpenBSD, but that's DLT_RAW in other OSes, so
1035 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c64 DLT_CHOICE(DLT_RAW, "Raw IP"),
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snoop.c301 p->linktype = DLT_RAW;
302 ll_hdrlen = 0; /* DLT_RAW meaning "no PPP header, just the IP packet"? */
307 p->linktype = DLT_RAW;
H A Dpcap-dag.c621 if ((p->linktype != DLT_RAW) &&
634 if ((p->linktype != DLT_RAW) &&
1389 p->dlt_list[dlt_index++] = DLT_RAW;
1393 p->linktype = DLT_RAW;
1398 p->dlt_list[dlt_index++] = DLT_RAW;
1402 p->linktype = DLT_RAW;
H A Ddlpisubs.c283 p->linktype = DLT_RAW;
H A Dpcap-common.c781 * Raw IPv4/IPv6; different from DLT_RAW in that the DLT_ value specifies
1162 { DLT_RAW, LINKTYPE_RAW },
H A Dpcap-npf.c1039 p->linktype = DLT_RAW;
H A Dpcap-linux.c3173 * use DLT_RAW for them.
3176 handle->linktype = DLT_RAW;
3351 * it as DLT_RAW, for now - if somebody needs to capture,
3366 * we'd map "isdnN" devices to DLT_RAW (they
3376 handle->linktype = DLT_RAW;
3411 handle->linktype = DLT_RAW;
3548 * packets, so use DLT_RAW.
3550 handle->linktype = DLT_RAW;
H A Dpcap-bpf.c3111 case DLT_RAW:
H A Dgencode.c1418 case DLT_RAW:
3248 case DLT_RAW:
/freebsd-11-stable/sys/netgraph/
H A Dng_patch.c184 privdata->dlt = DLT_RAW;
331 case DLT_RAW:
616 case DLT_RAW:
H A Dng_checksum.c168 priv->dlt = DLT_RAW;
223 case DLT_RAW:
631 case DLT_RAW:
H A Dng_nat.c321 priv->dlt = DLT_RAW;
721 case DLT_RAW:
782 case DLT_RAW:
/freebsd-11-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c218 p = pcap_open_dead(DLT_RAW, BUFMAX);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c95 { raw_if_print, DLT_RAW },
/freebsd-11-stable/contrib/ipfilter/
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-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c442 case DLT_RAW:
443 iface->info.ifinfo_dlt = DLT_RAW;
750 case DLT_RAW: /* IP packets */
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3269 LMC_BPF_ATTACH(DLT_RAW, 0);
3282 LMC_BPF_ATTACH(DLT_RAW, 0);
3854 LMC_BPF_ATTACH(DLT_RAW, 0);
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_usie.c452 bpfattach(ifp, DLT_RAW, 0);
H A Duhso.c1600 bpfattach(ifp, DLT_RAW, 0);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y2233 p = pcap_open_dead(DLT_RAW, 1);

Completed in 253 milliseconds