OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLT_NULL
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/bsd/tcpdump/dist/missing/
dlnames.c
54
DLT_CHOICE(
DLT_NULL
, "BSD loopback"),
/src/sys/net/npf/
if_npflog.c
124
ifp->if_dlt =
DLT_NULL
;
/src/sys/net/
if_faith.c
152
ifp->if_dlt =
DLT_NULL
;
155
bpf_attach(ifp,
DLT_NULL
, sizeof(u_int));
dlt.h
69
#define
DLT_NULL
0 /* BSD loopback encapsulation */
305
* OpenBSD DLT_LOOP, for loopback devices; it's like
DLT_NULL
, except
if_loop.c
196
ifp->if_dlt =
DLT_NULL
;
203
bpf_attach(ifp,
DLT_NULL
, sizeof(u_int));
if_mpls.c
153
sc->sc_if.if_dlt =
DLT_NULL
;
162
bpf_attach(&sc->sc_if,
DLT_NULL
, sizeof(uint32_t));
if_stf.c
237
sc->sc_if.if_dlt =
DLT_NULL
;
240
bpf_attach(&sc->sc_if,
DLT_NULL
, sizeof(u_int));
if_gif.c
413
sc->gif_if.if_dlt =
DLT_NULL
;
420
bpf_attach(&sc->gif_if,
DLT_NULL
, sizeof(u_int));
563
/* use
DLT_NULL
encapsulation here to pass inner af type */
if_tun.c
298
ifp->if_dlt =
DLT_NULL
;
303
bpf_attach(ifp,
DLT_NULL
, sizeof(uint32_t));
if_gre.c
299
sc->sc_if.if_dlt =
DLT_NULL
;
323
bpf_attach(&sc->sc_if,
DLT_NULL
, sizeof(uint32_t));
if_ipsec.c
478
sc->ipsec_if.if_dlt =
DLT_NULL
;
484
bpf_attach(&sc->ipsec_if,
DLT_NULL
, sizeof(u_int));
649
/* use
DLT_NULL
encapsulation here to pass inner af type */
695
/* input
DLT_NULL
frame to BPF */
if_ppp.c
314
sc->sc_if.if_dlt =
DLT_NULL
;
332
bpf_attach(&sc->sc_if,
DLT_NULL
, 0);
ppp_tty.c
282
bpf_change_type(&sc->sc_if,
DLT_NULL
, 0);
bpf.c
385
case
DLT_NULL
:
447
if (linktype ==
DLT_NULL
&& ifp->if_type == IFT_LOOP) {
if_l2tp.c
299
sc->l2tp_ec.ec_if.if_dlt =
DLT_NULL
;
439
/* use
DLT_NULL
encapsulation here to pass inner af type */
/src/external/bsd/libpcap/dist/pcap/
dlt.h
67
#define
DLT_NULL
0 /* BSD loopback encapsulation */
303
* OpenBSD DLT_LOOP, for loopback devices; it's like
DLT_NULL
, except
/src/external/bsd/libpcap/dist/
pcap-snoop.c
126
if (p->linktype ==
DLT_NULL
&& *((short *)(cp + 2)) == 0) {
313
p->linktype =
DLT_NULL
;
pcap-common.c
58
* all platforms (
DLT_NULL
through DLT_FDDI), we define LINKTYPE_xxx as
116
#define LINKTYPE_NULL
DLT_NULL
pcap-bpf.c
1110
* (We don't care about DLT_DOCSIS, so we pass
DLT_NULL
1113
if (get_dlt_list(fd,
DLT_NULL
, &bdl, p->errbuf) == PCAP_ERROR) {
2334
v =
DLT_NULL
;
/src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h
181
#define
DLT_NULL
0 /* no link-layer encapsulation */
267
* OpenBSD DLT_LOOP, for loopback devices; it's like
DLT_NULL
, except
/src/tests/net/bpf/
t_bpf.c
283
dlt =
DLT_NULL
;
/src/external/bsd/tcpdump/dist/
print.c
187
{ null_if_print,
DLT_NULL
},
/src/sys/dev/ppbus/
if_plip.c
239
ifp->if_dlt =
DLT_NULL
;
245
bpf_attach(ifp,
DLT_NULL
, sizeof(u_int32_t));
/src/sys/rump/net/lib/libsockin/
sockin.c
426
bpf_attach(&sockin_if,
DLT_NULL
, 0);
/src/sys/net/agr/
if_agr.c
317
ifp->if_dlt =
DLT_NULL
;
Completed in 72 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026