Searched refs:DLT_RAW (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 66 { DL_IPV4, DLT_RAW, 0 }, /* IPv4 Tunnel Link */ 67 { DL_IPV6, DLT_RAW, 0 }, /* IPv6 Tunnel Link */
|
/illumos-gate/usr/src/uts/common/io/bpf/net/ |
H A D | dlt.h | 62 #define DLT_RAW 12 /* raw IP */ macro
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | bpf-ipf.h | 198 #define DLT_RAW 12 /* raw IP */ macro
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | ipft_pc.c | 44 { DLT_RAW, 0, 0, 0 },
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 2048 p = pcap_open_dead(DLT_RAW, 1);
|