OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifdict
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/npf/npftest/libnpftest/
npf_test_subr.c
166
const nvlist_t *
ifdict
= iflist[i];
local
169
if ((ifname = nvlist_get_string(
ifdict
, "name")) != NULL) {
/src/lib/libnpf/
npf.c
1552
nvlist_t *
ifdict
= nvlist_create(0);
local
1553
nvlist_add_string(
ifdict
, "name", ifname);
1554
nvlist_add_number(
ifdict
, "index", if_nametoindex(ifname));
1555
nvlist_append_nvlist_array(debug, "interfaces",
ifdict
);
1556
nvlist_destroy(
ifdict
);
Completed in 22 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026