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

  /src/lib/npf/ext_normalize/
npfext_normalize.c 41 nl_ext_t * npfext_normalize_construct(const char *);
42 int npfext_normalize_param(nl_ext_t *, const char *, const char *);
51 nl_ext_t *
59 npfext_normalize_param(nl_ext_t *ext, const char *param, const char *val)
  /src/lib/npf/ext_rndblock/
npfext_rndblock.c 41 nl_ext_t * npfext_rndblock_construct(const char *);
42 int npfext_rndblock_param(nl_ext_t *, const char *, const char *);
51 nl_ext_t *
59 npfext_rndblock_param(nl_ext_t *ext, const char *param, const char *val)
  /src/lib/libnpf/
npf.h 49 typedef struct nl_ext nl_ext_t; typedef in typeref:struct:nl_ext
68 typedef nl_ext_t *(*npfext_consfunc_t)(const char *);
69 typedef int (*npfext_paramfunc_t)(nl_ext_t *, const char *, const char *);
100 nl_ext_t * npf_ext_construct(const char *);
101 void npf_ext_param_u32(nl_ext_t *, const char *, uint32_t);
102 void npf_ext_param_bool(nl_ext_t *, const char *, bool);
103 void npf_ext_param_string(nl_ext_t *, const char *, const char *);
126 int npf_rproc_extcall(nl_rproc_t *, nl_ext_t *);
npf.c 643 nl_ext_t *
646 nl_ext_t *ext;
658 npf_ext_param_u32(nl_ext_t *ext, const char *key, uint32_t val)
664 npf_ext_param_bool(nl_ext_t *ext, const char *key, bool val)
670 npf_ext_param_string(nl_ext_t *ext, const char *key, const char *val)
939 npf_rproc_extcall(nl_rproc_t *rp, nl_ext_t *ext)
  /src/lib/npf/ext_log/
npfext_log.c 51 nl_ext_t * npfext_log_construct(const char *);
52 int npfext_log_param(nl_ext_t *, const char *, const char *);
61 nl_ext_t *
69 npfext_log_param(nl_ext_t *ext, const char *param, const char *val __unused)
  /src/usr.sbin/npf/npfctl/
npf_extmod.c 100 npf_extmod_get(const char *name, nl_ext_t **extcall)
121 npf_extmod_param(npf_extmod_t *extmod, nl_ext_t *ext,
npfctl.h 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 635 nl_ext_t *extcall;

Completed in 14 milliseconds