Searched defs:rhead (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c432 _FILTER * rhead; member in struct:PIPELIST
466 p.lhead = p.ltail = p.rhead = 0;
537 pp->ltail->next = pp->rhead;
594 (pp->ltail = pf)->next = pp->rhead;
640 pfr->next = pp->rhead;
641 pp->rhead = pfr;
662 pp->rhead = pfr->next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c61 struct radix_node_head *rhead; /* root of the radix tree */ variable in typeref:struct:radix_node_head
2097 (void) rn_walktree(rhead, walk_kern, NULL);
2247 (void) rn_inithead((void**)&rhead, 32);
2284 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock, &mask_sock, rhead);
2297 return ((struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead));
2349 if (NULL == rhead->rnh_addaddr(&rt->rt_dst_sock, &mask_sock, rhead,
2484 ((struct rt_entry *)rhead
[all...]

Completed in 82 milliseconds