Searched refs:DLT_LOOP (Results 1 – 19 of 19) sorted by relevance
/openbsd/sys/net/ |
H A D | if_loop.c | 197 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in loop_clone_create()
|
H A D | bpf.h | 187 #define DLT_LOOP 12 /* loopback type (af header) */ macro
|
H A D | if_rport.c | 129 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in rport_clone_create()
|
H A D | if_sec.c | 155 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in sec_clone_create()
|
H A D | if_mpe.c | 125 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in mpe_clone_create()
|
H A D | if_pppx.c | 695 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 D | bpf.c | 197 case DLT_LOOP: in bpf_movein() 260 if (linktype == DLT_LOOP) { in bpf_movein()
|
H A D | if_mpip.c | 128 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in mpip_clone_create()
|
H A D | if_gif.c | 180 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in gif_clone_create()
|
H A D | if_tun.c | 274 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(u_int32_t)); in tun_create()
|
H A D | if_pppoe.c | 270 DLT_LOOP, sizeof(uint32_t)); in pppoe_clone_create()
|
H A D | if_gre.c | 605 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 D | if_wg.c | 2781 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in wg_clone_create()
|
/openbsd/lib/libpcap/ |
H A D | savefile.c | 205 p->linktype = DLT_LOOP; in pcap_fopen_offline()
|
H A D | pcap.c | 328 DLT_CHOICE(DLT_LOOP, "loopback type (af header)"),
|
H A D | gencode.c | 745 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 D | tcpdump.c | 125 { loop_if_print, DLT_LOOP },
|
/openbsd/sbin/isakmpd/ |
H A D | log.c | 453 sf_hdr.linktype = DLT_LOOP; in log_packet_init()
|
/openbsd/sys/dev/usb/ |
H A D | if_umb.c | 635 bpfattach(&ifp->if_bpf, ifp, DLT_LOOP, sizeof(uint32_t)); in umb_attach()
|