OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dltlist
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/net/bpf/
t_bpf.c
300
struct bpf_dltlist
dltlist
;
local in function:ATF_TC_BODY
307
dltlist
.bfl_len = 0;
308
dltlist
.bfl_list = NULL;
309
ATF_REQUIRE_EQ_MSG(rump_sys_ioctl(bpfd, BIOCGDLTLIST, &
dltlist
), -1,
315
dltlist
.bfl_len = 0;
316
dltlist
.bfl_list = NULL;
317
RL(rump_sys_ioctl(bpfd, BIOCGDLTLIST, &
dltlist
));
318
ATF_REQUIRE(
dltlist
.bfl_len == 1);
321
dltlist
.bfl_list = calloc(sizeof(u_int), 1);
322
dltlist
.bfl_len = 1
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025