Home
last modified time | relevance | path

Searched refs:wordtab_t (Results 1 – 23 of 23) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dipf.h155 } wordtab_t; typedef
191 extern wordtab_t statefields[];
192 extern wordtab_t natfields[];
193 extern wordtab_t poolfields[];
212 extern wordtab_t *findword(wordtab_t *, char *);
267 extern wordtab_t *parsefields(wordtab_t *, char *);
281 extern void printfieldhdr(wordtab_t *, wordtab_t *);
284 char *, int, wordtab_t *);
286 int, wordtab_t *);
288 int, wordtab_t *);
[all …]
H A Dlexer.h24 extern wordtab_t *yysettab(wordtab_t *);
25 extern void yysetdict(wordtab_t *);
26 extern void yysetfixeddict(wordtab_t *);
H A Dlexer.c50 wordtab_t *yywordtab = NULL;
52 wordtab_t *yysavewords[30];
55 static wordtab_t *yyfindkey(char *);
541 wordtab_t *w; in yylex()
606 static wordtab_t *yyfindkey(char *key) in yyfindkey()
608 wordtab_t *w; in yyfindkey()
623 wordtab_t *w; in yykeytostr()
635 wordtab_t *
636 yysettab(wordtab_t *words) in yysettab()
638 wordtab_t *save; in yysettab()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dfindword.c12 wordtab_t *
13 findword(wordtab_t *words, char *name) in findword()
15 wordtab_t *w; in findword()
H A Dprintfieldhdr.c14 printfieldhdr(wordtab_t *words, wordtab_t *field) in printfieldhdr()
16 wordtab_t *w; in printfieldhdr()
H A Dparsefields.c6 wordtab_t *parsefields(wordtab_t *table, char *arg) in parsefields()
8 wordtab_t *f, *fields; in parsefields()
H A Dprintdstlist.c12 ipf_dstnode_t *nodes, wordtab_t *fields) in printdstlist()
H A Dprinthash.c13 wordtab_t *fields) in printhash()
H A Dprintpool.c13 wordtab_t *fields) in printpool()
H A Dprinthash_live.c13 printhash_live(iphtable_t *hp, int fd, char *name, int opts, wordtab_t *fields) in printhash_live()
H A Dprintpool_live.c14 wordtab_t *fields) in printpool_live()
H A Dprintdstl_live.c18 wordtab_t *fields) in printdstl_live()
H A Dprintdstlistnode.c12 wordtab_t *fields) in printdstlistnode()
H A Dprintpoolnode.c12 printpoolnode(ip_pool_node_t *np, int opts, wordtab_t *fields)
H A Dprintnatfield.c11 wordtab_t natfields[] = {
H A Dprinthashnode.c13 wordtab_t *fields)
H A Dprintpoolfield.c11 wordtab_t poolfields[] = {
H A Dprintstatefields.c11 wordtab_t statefields[] = {
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y1227 static wordtab_t proxies[] = {
1231 static wordtab_t dnswords[] = {
1240 static wordtab_t yywords[] = {
H A Dipnat.c76 wordtab_t *nat_fields = NULL;
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y577 static wordtab_t yywords[] = {
H A Dippool.c62 wordtab_t *pool_fields = NULL;
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c51 static wordtab_t *state_fields = NULL;