Searched refs:iphtent_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 62 static iphtent_t *fr_iphmfind __P((iphtable_t *, struct in_addr *)); 64 static iphtent_t *fr_iphmfind6 __P((iphtable_t *, struct in6_addr *)); 156 KMALLOCS(iph->iph_table, iphtent_t **, 215 iphtent_t *ipe; 247 iphtent_t *ipe; in fr_derefhtent() 298 iphtent_t *ipeo; 301 iphtent_t *ipe; 305 KMALLOC(ipe, iphtent_t *); 388 iphtent_t *ipe; 428 iphtent_t *ipe; [all …]
|
H A D | ip_lookup.c | 223 iphtent_t hte; 296 iphtent_t hte;
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_htable.h | 29 } iphtent_t; typedef 73 extern int fr_addhtent __P((iphtable_t *, iphtent_t *, ipf_stack_t *)); 74 extern int fr_delhtent __P((iphtable_t *, iphtent_t *, ipf_stack_t *)); 76 extern void fr_derefhtent __P((iphtent_t *));
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool_y.y | 50 static iphtent_t iphte; 64 iphtent_t *ipe; 176 { iphtent_t *e; 222 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t)); 239 | addrmask next { $$ = calloc(1, sizeof(iphtent_t)); 263 addrmask ',' setgroup { $$ = calloc(1, sizeof(iphtent_t)); 326 addrmask { $$ = calloc(1, sizeof(iphtent_t));
|
H A D | ipf_y.y | 2154 iphtent_t *n, *top;
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | printhashnode.c | 14 iphtent_t *printhashnode(iph, ipep, copyfunc, opts) in printhashnode() 16 iphtent_t *ipep; 20 iphtent_t ipe;
|
H A D | remove_hashnode.c | 21 iphtent_t *node; 25 iphtent_t ipe;
|
H A D | load_hashnode.c | 27 iphtent_t *node; 31 iphtent_t ipe;
|
H A D | load_hash.c | 26 iphtent_t *list; 31 iphtent_t *a;
|
H A D | printhash_live.c | 24 iphtent_t entry, *top, *node;
|
H A D | printhash.c | 22 iphtent_t *ipep, **table;
|