Searched refs:wordtab_t (Results 1 – 23 of 23) sorted by relevance
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 155 } 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 D | lexer.h | 24 extern wordtab_t *yysettab(wordtab_t *); 25 extern void yysetdict(wordtab_t *); 26 extern void yysetfixeddict(wordtab_t *);
|
H A D | lexer.c | 50 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 D | findword.c | 12 wordtab_t * 13 findword(wordtab_t *words, char *name) in findword() 15 wordtab_t *w; in findword()
|
H A D | printfieldhdr.c | 14 printfieldhdr(wordtab_t *words, wordtab_t *field) in printfieldhdr() 16 wordtab_t *w; in printfieldhdr()
|
H A D | parsefields.c | 6 wordtab_t *parsefields(wordtab_t *table, char *arg) in parsefields() 8 wordtab_t *f, *fields; in parsefields()
|
H A D | printdstlist.c | 12 ipf_dstnode_t *nodes, wordtab_t *fields) in printdstlist()
|
H A D | printhash.c | 13 wordtab_t *fields) in printhash()
|
H A D | printpool.c | 13 wordtab_t *fields) in printpool()
|
H A D | printhash_live.c | 13 printhash_live(iphtable_t *hp, int fd, char *name, int opts, wordtab_t *fields) in printhash_live()
|
H A D | printpool_live.c | 14 wordtab_t *fields) in printpool_live()
|
H A D | printdstl_live.c | 18 wordtab_t *fields) in printdstl_live()
|
H A D | printdstlistnode.c | 12 wordtab_t *fields) in printdstlistnode()
|
H A D | printpoolnode.c | 12 printpoolnode(ip_pool_node_t *np, int opts, wordtab_t *fields)
|
H A D | printnatfield.c | 11 wordtab_t natfields[] = {
|
H A D | printhashnode.c | 13 wordtab_t *fields)
|
H A D | printpoolfield.c | 11 wordtab_t poolfields[] = {
|
H A D | printstatefields.c | 11 wordtab_t statefields[] = {
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat_y.y | 1227 static wordtab_t proxies[] = { 1231 static wordtab_t dnswords[] = { 1240 static wordtab_t yywords[] = {
|
H A D | ipnat.c | 76 wordtab_t *nat_fields = NULL;
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool_y.y | 577 static wordtab_t yywords[] = {
|
H A D | ippool.c | 62 wordtab_t *pool_fields = NULL;
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 51 static wordtab_t *state_fields = NULL;
|