Home
last modified time | relevance | path

Searched refs:iphtent_t (Results 1 – 12 of 12) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintpoolfield.c52 iphtent_t *node = (iphtent_t *)p; in printpoolfield()
74 iphtent_t *node = (iphtent_t *)p; in printpoolfield()
111 iphtent_t *node = (iphtent_t *)p; in printpoolfield()
133 iphtent_t *node = (iphtent_t *)p; in printpoolfield()
151 iphtent_t *node = (iphtent_t *)p; in printpoolfield()
H A Dprinthashnode.c11 iphtent_t *
12 printhashnode(iphtable_t *iph, iphtent_t *ipep, copyfunc_t copyfunc, int opts,
15 iphtent_t ipe;
H A Dremove_hashnode.c18 remove_hashnode(int unit, char *name, iphtent_t *node, ioctlfunc_t iocfunc) in remove_hashnode()
21 iphtent_t ipe; in remove_hashnode()
H A Dload_hashnode.c18 load_hashnode(int unit, char *name, iphtent_t *node, int ttl, in load_hashnode()
22 iphtent_t ipe; in load_hashnode()
H A Dload_hash.c18 load_hash(iphtable_t *iphp, iphtent_t *list, ioctlfunc_t iocfunc) in load_hash()
22 iphtent_t *a; in load_hash()
H A Dprinthash.c15 iphtent_t *ipep, **table; in printhash()
H A Dprinthash_live.c15 iphtent_t entry, zero; in printhash_live()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c52 static iphtent_t *ipf_iphmfind6(iphtable_t *, i6addr_t *);
54 static iphtent_t *ipf_iphmfind(iphtable_t *, struct in_addr *);
83 static int ipf_htent_deref(void *, iphtent_t *);
84 static iphtent_t *ipf_htent_find(iphtable_t *, iphtent_t *);
86 iphtent_t *);
88 iphtent_t *);
98 iphtent_t *ipf_node_explist;
328 KMALLOCS(iph->iph_table, iphtent_t **, in ipf_htable_create()
426 iphtent_t *ipe; in ipf_htable_clear()
503 iphtent_t hte, *ent; in ipf_htable_node_del()
[all …]
H A Dip_htable.h27 } iphtent_t; typedef
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y44 static iphtent_t iphte;
50 static iphtent_t *add_htablehosts(char *);
63 iphtent_t *ipe;
111 | table role ipfhash eol { iphtent_t *h;
123 { iphtent_t *h;
206 { iphtent_t *e;
263 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
270 | addrmask next { $$ = calloc(1, sizeof(iphtent_t));
292 addrmask ',' setgroup { $$ = calloc(1, sizeof(iphtent_t));
348 addrmask { $$ = calloc(1, sizeof(iphtent_t));
[all …]
H A Dippool.c134 iphtent_t hnode; in poolnodecommand()
1103 iphtent_t *node = ptr; in setnodeaddr()
/freebsd/sbin/ipf/common/
H A Dipf_y.y2343 iphtent_t *n, *top; in makehash()