Home
last modified time | relevance | path

Searched refs:DLT_RAW (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Ddlt.h112 #define DLT_RAW 14 /* raw IP */ macro
114 #define DLT_RAW 12 /* raw IP */ macro
/freebsd/sys/net/
H A Ddlt.h84 #define DLT_RAW 14 /* raw IP */ macro
86 #define DLT_RAW 12 /* raw IP */ macro
H A Dbpf.c602 case DLT_RAW: in bpf_movein()
/freebsd/contrib/libpcap/
H A Dpcap-common.c1294 if (dlt == DLT_RAW) in dlt_to_linktype()
1447 return (DLT_RAW); in linktype_to_dlt()
H A Dpcap-dag.c623 if ((p->linktype != DLT_RAW) && in dag_read()
636 if ((p->linktype != DLT_RAW) && in dag_read()
1366 p->dlt_list[dlt_index++] = DLT_RAW;
1369 p->linktype = DLT_RAW;
1373 p->dlt_list[dlt_index++] = DLT_RAW;
1376 p->linktype = DLT_RAW;
H A Dpcap-snoop.c299 p->linktype = DLT_RAW; in pcap_activate_snoop()
305 p->linktype = DLT_RAW; in pcap_activate_snoop()
H A Ddlpisubs.c300 p->linktype = DLT_RAW; in pcap_process_mactype()
H A Dpcap-haiku.c294 handle->linktype = DLT_RAW; in pcap_activate_haiku()
H A Dpcap-linux.c1892 handle->linktype = DLT_RAW; in map_arphrd_to_dlt()
2106 handle->linktype = DLT_RAW; in map_arphrd_to_dlt()
2141 handle->linktype = DLT_RAW; in map_arphrd_to_dlt()
2280 handle->linktype = DLT_RAW; in map_arphrd_to_dlt()
H A Dpcap-npf.c1182 p->linktype = DLT_RAW; in pcap_activate_npf()
1186 p->linktype = DLT_RAW; in pcap_activate_npf()
H A DCHANGES597 Map NdisMediumWirelessWan to DLT_RAW
1346 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
1352 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
H A Dpcap-bpf.c3353 case DLT_RAW:
H A Dgencode.c1422 case DLT_RAW: in init_linktype()
3291 case DLT_RAW: in gen_linktype()
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c62 DLT_CHOICE(DLT_RAW, "Raw IP"),
/freebsd/sys/netgraph/
H A Dng_checksum.c165 priv->dlt = DLT_RAW; in ng_checksum_constructor()
220 case DLT_RAW: in ng_checksum_rcvmsg()
628 case DLT_RAW: in ng_checksum_rcvdata()
H A Dng_patch.c182 privdata->dlt = DLT_RAW; in ng_patch_constructor()
329 case DLT_RAW: in ng_patch_rcvmsg()
613 case DLT_RAW: in ng_patch_rcvdata()
H A Dng_nat.c327 priv->dlt = DLT_RAW; in ng_nat_constructor()
727 case DLT_RAW: in ng_nat_rcvmsg()
788 case DLT_RAW: in ng_nat_rcvdata()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c441 case DLT_RAW: in ng_netflow_rcvmsg()
442 iface->info.ifinfo_dlt = DLT_RAW; in ng_netflow_rcvmsg()
759 case DLT_RAW: /* IP packets */ in ng_netflow_rcvdata()
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h195 #define DLT_RAW 12 /* raw IP */ macro
265 * OpenBSD defines it as 12, but that collides with DLT_RAW, so we
/freebsd/usr.sbin/ipfwpcap/
H A Dipfwpcap.c218 p = pcap_open_dead(DLT_RAW, BUFMAX); in main()
/freebsd/contrib/tcpdump/
H A Dprint.c214 { raw_if_print, DLT_RAW },
/freebsd/sys/dev/usb/net/
H A Dif_usie.c448 bpfattach(ifp, DLT_RAW, 0); in usie_attach()
H A Duhso.c1594 bpfattach(ifp, DLT_RAW, 0); in uhso_attach_ifnet()
H A Dif_umb.c611 bpfattach(ifp, DLT_RAW, 0); in umb_attach_task()
/freebsd/sbin/ipf/common/
H A Dipf_y.y2226 p = pcap_open_dead(DLT_RAW, 1); in dobpf()