Symbol: DLT_LOOP
lib/libpcap/gencode.c
745
case DLT_LOOP:
lib/libpcap/gencode.c
885
case DLT_LOOP:
lib/libpcap/gencode.c
908
if (linktype != DLT_LOOP)
lib/libpcap/pcap.c
328
DLT_CHOICE(DLT_LOOP, "loopback type (af header)"),
lib/libpcap/savefile.c
205
p->linktype = DLT_LOOP;
sbin/isakmpd/log.c
453
sf_hdr.linktype = DLT_LOOP;
sys/dev/usb/if_umb.c
649
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/bpf.c
189
case DLT_LOOP:
sys/net/bpf.c
252
if (linktype == DLT_LOOP) {
sys/net/if_gif.c
176
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_gre.c
4475
bpfattach(&sc->sc_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_gre.c
676
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_gre.c
743
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_loop.c
185
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
sys/net/if_mpe.c
124
bpfattach(&sc->sc_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
sys/net/if_mpip.c
130
bpfattach(&sc->sc_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_pppoe.c
269
DLT_LOOP, sizeof(uint32_t));
sys/net/if_pppx.c
1072
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_pppx.c
683
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
sys/net/if_rport.c
121
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_sec.c
158
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
sys/net/if_tun.c
271
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
sys/net/if_wg.c
2789
bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
usr.sbin/tcpdump/tcpdump.c
125
{ loop_if_print, DLT_LOOP },