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

  /src/usr.sbin/npf/npfctl/
npf_extmod.c 53 static npf_extmod_t * npf_extmod_list;
69 static npf_extmod_t *
72 npf_extmod_t *ext;
82 ext = ecalloc(1, sizeof(npf_extmod_t));
99 npf_extmod_t *
102 npf_extmod_t *extmod = npf_extmod_list;
121 npf_extmod_param(npf_extmod_t *extmod, nl_ext_t *ext,
npfctl.h 183 typedef struct npf_extmod npf_extmod_t; typedef in typeref:struct:npf_extmod
185 npf_extmod_t * npf_extmod_get(const char *, nl_ext_t **);
186 int npf_extmod_param(npf_extmod_t *, nl_ext_t *,
npf_build.c 634 npf_extmod_t *extmod;

Completed in 13 milliseconds