OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_change_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
bpf.h
445
void (*
bpf_change_type
)(struct ifnet *, u_int, u_int);
member in struct:bpf_ops
512
bpf_change_type
(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen)
function in typeref:typename:void
514
bpf_ops->
bpf_change_type
(_ifp, _dlt, _hdrlen);
bpf_stub.c
62
.
bpf_change_type
= (void *)bpf_stub_null,
ppp_tty.c
217
bpf_change_type
(&sc->sc_if, DLT_PPP_SERIAL, PPP_HDRLEN);
282
bpf_change_type
(&sc->sc_if, DLT_NULL, 0);
bpf.c
2312
panic("
bpf_change_type
");
2666
.
bpf_change_type
= _bpf_change_type,
Completed in 14 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025