Home
last modified time | relevance | path

Searched refs:DLT_LOOP (Results 1 – 19 of 19) sorted by relevance

/openbsd/sys/net/
H A Dif_loop.c197 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in loop_clone_create()
H A Dbpf.h187 #define DLT_LOOP 12 /* loopback type (af header) */ macro
H A Dif_rport.c129 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in rport_clone_create()
H A Dif_sec.c155 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in sec_clone_create()
H A Dif_mpe.c125 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in mpe_clone_create()
H A Dif_pppx.c695 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in pppx_add_session()
1084 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in pppacopen()
H A Dbpf.c197 case DLT_LOOP: in bpf_movein()
260 if (linktype == DLT_LOOP) { in bpf_movein()
H A Dif_mpip.c128 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in mpip_clone_create()
H A Dif_gif.c180 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in gif_clone_create()
H A Dif_tun.c274 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in tun_create()
H A Dif_pppoe.c270 DLT_LOOP, sizeof(uint32_t)); in pppoe_clone_create()
H A Dif_gre.c605 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in gre_clone_create()
672 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in mgre_clone_create()
H A Dif_wg.c2781 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in wg_clone_create()
/openbsd/lib/libpcap/
H A Dsavefile.c205 p->linktype = DLT_LOOP; in pcap_fopen_offline()
H A Dpcap.c328 DLT_CHOICE(DLT_LOOP, "loopback type (af header)"),
H A Dgencode.c745 case DLT_LOOP: in init_linktype()
883 case DLT_LOOP: in gen_linktype()
907 if (linktype != DLT_LOOP) in gen_linktype()
/openbsd/usr.sbin/tcpdump/
H A Dtcpdump.c125 { loop_if_print, DLT_LOOP },
/openbsd/sbin/isakmpd/
H A Dlog.c453 sf_hdr.linktype = DLT_LOOP; in log_packet_init()
/openbsd/sys/dev/usb/
H A Dif_umb.c635 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in umb_attach()