Searched refs:ip_pool_node_t (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_pool.h | 45 } ip_pool_node_t; typedef 52 ip_pool_node_t *ipo_list; 76 extern int ip_pool_remove __P((ip_pool_t *, ip_pool_node_t *, 82 extern ip_pool_node_t *ip_pool_findeq __P((ip_pool_t *,
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_pool.c | 217 ip_pool_node_t *c; 350 ip_pool_node_t *ip_pool_findeq(ipo, addr, mask) in ip_pool_findeq() 360 return (ip_pool_node_t *)n; 383 ip_pool_node_t *m; 415 m = (ip_pool_node_t *)rn; 445 ip_pool_node_t *x; 449 KMALLOC(x, ip_pool_node_t *); 580 ip_pool_node_t *ipe; 583 ip_pool_node_t **ipp, *n; 700 ip_pool_node_t *n; [all …]
|
H A D | ipf.h | 237 extern int load_poolnode __P((int, char *, ip_pool_node_t *, ioctlfunc_t)); 286 extern int remove_poolnode __P((int, char *, ip_pool_node_t *, ioctlfunc_t));
|
H A D | ip_lookup.c | 220 ip_pool_node_t node, *m; 293 ip_pool_node_t node, *m;
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | printpoolnode.c | 13 ip_pool_node_t *printpoolnode(np, opts) in printpoolnode() 14 ip_pool_node_t *np; in printpoolnode()
|
H A D | remove_poolnode.c | 21 ip_pool_node_t *node; 24 ip_pool_node_t pn;
|
H A D | load_poolnode.c | 24 ip_pool_node_t *node; 27 ip_pool_node_t pn;
|
H A D | printpool.c | 23 ip_pool_node_t *ipnp, *ipnpn, ipn; 88 ipnp = (ip_pool_node_t *)malloc(sizeof(*ipnp));
|
H A D | load_pool.c | 29 ip_pool_node_t *a;
|
H A D | printpool_live.c | 26 ip_pool_node_t entry, *top, *node;
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ippool_y.y | 67 ip_pool_node_t *ipp;
|
H A D | ippool.c | 143 ip_pool_node_t node;
|
H A D | ipf_y.y | 2109 ip_pool_node_t *n, *top;
|