Home | History | Annotate | Download | only in npfctl

Lines Matching refs:npfvar_t

73 typedef struct npfvar npfvar_t;
76 npfvar_t * npfvar_create(void);
77 npfvar_t * npfvar_create_element(unsigned, const void *, size_t);
78 npfvar_t * npfvar_create_from_string(unsigned, const char *);
79 npfvar_t * npfvar_lookup(const char *);
81 void npfvar_add(npfvar_t *, const char *);
82 npfvar_t * npfvar_add_element(npfvar_t *, unsigned, const void *, size_t);
83 npfvar_t * npfvar_add_elements(npfvar_t *, npfvar_t *);
84 void npfvar_destroy(npfvar_t *);
86 char * npfvar_expand_string(const npfvar_t *);
87 size_t npfvar_get_count(const npfvar_t *);
88 uint32_t npfvar_expand_number(const npfvar_t *);
89 void * npfvar_getfilt_data(const npfvar_t *, unsigned, size_t);
90 int npfvar_getfilt_type(const npfvar_t *, size_t);
91 int npfvar_get_type(const npfvar_t *, size_t);
92 void * npfvar_get_data(const npfvar_t *, unsigned, size_t);