OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extmod
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npf_extmod.c
102
npf_extmod_t *
extmod
= npf_extmod_list;
local in function:npf_extmod_get
104
while (
extmod
) {
105
if ((strcmp(
extmod
->name, name) == 0) &&
106
(*extcall =
extmod
->cons(name)) != NULL) {
107
return
extmod
;
109
extmod
=
extmod
->next;
112
extmod
= npf_extmod_load(name);
113
if (
extmod
&& (*extcall =
extmod
->cons(name)) != NULL)
[
all
...]
npf_build.c
634
npf_extmod_t *
extmod
;
local in function:npfctl_build_rpcall
638
extmod
= npf_extmod_get(name, &extcall);
639
if (
extmod
== NULL) {
651
error = npf_extmod_param(
extmod
, extcall, param, value);
Completed in 13 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025