Searched refs:DLT_LOOP (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/net/
H A Dif_loop.c197 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
H A Dbpf.h186 #define DLT_LOOP 12 /* loopback type (af header) */ macro
H A Dif_sec.c155 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
H A Dif_mpe.c125 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
H A Dif_mpip.c128 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
H A Dif_pppx.c697 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
1088 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
H A Dbpf.c197 case DLT_LOOP:
260 if (linktype == DLT_LOOP) {
H A Dif_tun.c267 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t));
H A Dif_gif.c180 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
H A Dif_gre.c600 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
667 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
H A Dif_wg.c2700 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));
/openbsd-current/lib/libpcap/
H A Dsavefile.c205 p->linktype = DLT_LOOP;
H A Dpcap.c328 DLT_CHOICE(DLT_LOOP, "loopback type (af header)"),
H A Dgencode.c746 case DLT_LOOP:
884 case DLT_LOOP:
905 * For DLT_LOOP, the link-layer header is a 32-bit
908 if (linktype != DLT_LOOP)
/openbsd-current/usr.sbin/tcpdump/
H A Dtcpdump.c125 { loop_if_print, DLT_LOOP },
/openbsd-current/sbin/isakmpd/
H A Dlog.c453 sf_hdr.linktype = DLT_LOOP;
/openbsd-current/sys/dev/usb/
H A Dif_umb.c629 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t));

Completed in 327 milliseconds