Searched refs:rn_inithead (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 175 # define rn_inithead ipf_rn_inithead macro 201 int rn_inithead __P((void **, int));
|
H A D | ip_pool.c | 515 if (rn_inithead((void **)&h->ipo_head,
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.h | 147 int rn_inithead(void **, uint_t);
|
H A D | radix.c | 954 rn_inithead(void **head, uint_t off) in rn_inithead() function 996 if (rn_inithead((void **)&mask_rnhead, 0) == 0) { in rn_init()
|
H A D | table.c | 2247 (void) rn_inithead((void**)&rhead, 32); in rtinit()
|
/titanic_50/usr/src/uts/common/net/ |
H A D | radix.h | 226 int rn_inithead(void **, int);
|
/titanic_50/usr/src/common/net/patricia/ |
H A D | radix.c | 1188 rn_inithead(head, off) in rn_inithead() function 1244 if (rn_inithead((void **)(void *)&mask_rnhead, 0) == 0) in rn_init()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_ire.c | 2299 (void) rn_inithead((void **)&ipst->ips_ip_ftable, 32); in ip_ire_init()
|