HomeSort by: relevance | last modified time | path
    Searched defs:extmod (Results 1 - 6 of 6) 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_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_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);
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);
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 36 milliseconds