Searched refs:iphtable_t (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_htable.c | 52 static iphtent_t *ipf_iphmfind6(iphtable_t *, i6addr_t *); 54 static iphtent_t *ipf_iphmfind(iphtable_t *, struct in_addr *); 56 static int ipf_htable_clear(ipf_main_softc_t *, void *, iphtable_t *); 63 static void ipf_htable_free(void *, iphtable_t *); 72 static int ipf_htable_remove(ipf_main_softc_t *, void *, iphtable_t *); 84 static iphtent_t *ipf_htent_find(iphtable_t *, iphtent_t *); 85 static int ipf_htent_insert(ipf_main_softc_t *, void *, iphtable_t *, 87 static int ipf_htent_remove(ipf_main_softc_t *, void *, iphtable_t *, 97 iphtable_t *ipf_htables[LOOKUP_POOL_SZ]; 261 iphtable_t htab, *iph, *oiph; in ipf_htable_create() [all …]
|
H A D | ip_htable.h | 56 } iphtable_t; typedef 66 iphtable_t *iphs_tables; 75 extern iphtable_t *ipf_htable_find(void *, int, char *);
|
H A D | fil.c | 5472 iphtable_t *iph; in ipf_grpmapinit() 5502 iphtable_t *iph; in ipf_grpmapfini()
|
/freebsd/sbin/ipf/libipf/ |
H A D | printhash.c | 11 iphtable_t * 12 printhash( iphtable_t *hp, copyfunc_t copyfunc, char *name, int opts, in printhash() 16 iphtable_t iph; in printhash()
|
H A D | remove_hash.c | 18 remove_hash(iphtable_t *iphp, ioctlfunc_t iocfunc) in remove_hash() 21 iphtable_t iph; in remove_hash()
|
H A D | printhash_live.c | 12 iphtable_t * 13 printhash_live(iphtable_t *hp, int fd, char *name, int opts, wordtab_t *fields) in printhash_live()
|
H A D | load_hash.c | 18 load_hash(iphtable_t *iphp, iphtent_t *list, ioctlfunc_t iocfunc) in load_hash() 21 iphtable_t iph; in load_hash()
|
H A D | printhashdata.c | 12 printhashdata(iphtable_t *hp, int opts) in printhashdata()
|
H A D | printhashnode.c | 12 printhashnode(iphtable_t *iph, iphtent_t *ipep, copyfunc_t copyfunc, int opts,
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 285 extern struct iphtable_s *printhash_live(iphtable_t *, int, char *, 289 extern void printhashdata(iphtable_t *, int);
|
H A D | ipf_y.y | 2344 iphtable_t iph; in makehash()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.c | 253 iphtable_t iph; in poolcommand() 757 iphtable_t *hptr; in poollist_dead() 793 iphtable_t *tables[IPL_LOGSIZE]; in poollist_dead() 982 iphtable_t table; in showhashs_live()
|
H A D | ippool_y.y | 43 static iphtable_t ipht;
|