HomeSort by: relevance | last modified time | path
    Searched refs:npf_extmod_sym (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_extmod.c 56 npf_extmod_sym(void *handle, const char *name, const char *func) function
84 ext->init = npf_extmod_sym(handle, name, "init");
85 ext->cons = npf_extmod_sym(handle, name, "construct");
86 ext->param = npf_extmod_sym(handle, name, "param");
npf_extmod.c 56 npf_extmod_sym(void *handle, const char *name, const char *func) function
84 ext->init = npf_extmod_sym(handle, name, "init");
85 ext->cons = npf_extmod_sym(handle, name, "construct");
86 ext->param = npf_extmod_sym(handle, name, "param");

Completed in 42 milliseconds