| /netbsd-src/sys/net/ |
| H A D | radix.h | 104 struct radix_node_head { struct 110 struct radix_node_head *head, struct radix_node nodes[]); argument 113 struct radix_node_head *head, struct radix_node nodes[]); argument 115 (const void *v, const void *mask, struct radix_node_head *head); argument 117 (const void *v, const void *mask, struct radix_node_head *head); argument 119 (const void *v, struct radix_node_head *head); argument 121 (const void *v, const void *mask, struct radix_node_head *head); argument 123 (const void *v, struct radix_node_head *head); argument 137 int rn_inithead0(struct radix_node_head *, int); argument 139 int rn_walktree(struct radix_node_head *, [all …]
|
| H A D | rtbl.c | 136 struct radix_node_head *rnh = &t->t_rnh; in rt_matchaddr() 148 struct radix_node_head *rnh = &t->t_rnh; in rt_addaddr() 159 struct radix_node_head *rnh = &t->t_rnh; in rt_lookup() 172 struct radix_node_head *rnh = &t->t_rnh; in rt_deladdr()
|
| H A D | radix.c | 65 struct radix_node_head *mask_rnhead; 88 static void rn_treeprint(struct radix_node_head *, rn_printer_t, void *); 196 struct radix_node_head *head) in rn_lookup() 240 struct radix_node_head *head) in rn_match() 367 rn_treeprint(struct radix_node_head *h, rn_printer_t printer, void *arg) in rn_treeprint() 413 struct radix_node_head *head, in rn_insert() 599 struct radix_node_head *head, in rn_addroute() 757 struct radix_node_head *head, in rn_delete1() 941 struct radix_node_head *head) in rn_delete() 980 struct radix_node_head *h, in rn_walktree() [all …]
|
| H A D | route.h | 378 struct radix_node_head t_rnh;
|
| H A D | if_wg.c | 716 struct radix_node_head *wg_rtable_ipv4; 720 struct radix_node_head *wg_rtable_ipv6; 856 static struct radix_node_head * in wg_count_inc() 3945 struct radix_node_head *rnh = wg_rnh(wg, wga->wga_family); in wg_send_udp() 4280 struct radix_node_head *rnh; in wg_handle_prop_peer() 4638 struct radix_node_head *rnh; in wg_ioctl_get()
|
| /netbsd-src/sbin/routed/ |
| H A D | radix.h | 111 struct radix_node_head { struct 117 struct radix_node_head *head, struct radix_node nodes[]); argument 120 struct radix_node_head *head, struct radix_node nodes[]); argument 122 (void *v, void *mask, struct radix_node_head *head); argument 124 (void *v, void *mask, struct radix_node_head *head); argument 126 (void *v, struct radix_node_head *head); argument 128 (void *v, void *mask, struct radix_node_head *head); argument 130 (void *v, struct radix_node_head *head); argument 132 (struct radix_node_head *head, argument 147 int rn_walktree(struct radix_node_head *, argument [all …]
|
| H A D | radix.c | 59 struct radix_node_head *mask_rnhead; 166 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup() 206 struct radix_node_head *head) in rn_match() 345 struct radix_node_head *head, in rn_insert() 522 struct radix_node_head *head, in rn_addroute() 665 struct radix_node_head *head) in rn_delete() 815 rn_walktree(struct radix_node_head *h, in rn_walktree() 855 struct radix_node_head *rnh; in rn_inithead() 859 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead"); in rn_inithead()
|
| H A D | defs.h | 505 extern struct radix_node_head *rhead;
|
| H A D | table.c | 57 struct radix_node_head *rhead; /* root of the radix tree */
|
| /netbsd-src/sys/netatalk/ |
| H A D | at_rmx.c | 82 at_addroute(const void *v_arg, const void *n_arg, struct radix_node_head * head, in at_addroute() 99 at_matroute(const void *v_arg, struct radix_node_head * head) in at_matroute() 114 at_lookup(const void *v_arg, const void *m_arg, struct radix_node_head * head) in at_lookup() 130 at_delroute(const void *v_arg, const void *netmask_arg, struct radix_node_head * head) in at_delroute() 151 struct radix_node_head *rnh; in at_inithead()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_export.c | 124 struct radix_node_head *ne_rtable[AF_MAX+1]; /* Individual exports */ 504 struct radix_node_head *rnh; in hang_addrlist() 650 struct radix_node_head *rnh = (struct radix_node_head *)w; in free_netcred() 668 struct radix_node_head *rnh; in netexport_clear() 818 struct radix_node_head *rnh; in netcred_lookup()
|
| /netbsd-src/usr.bin/netstat/ |
| H A D | route.c | 103 struct radix_node_head *rnh, head; in routepr() 104 struct radix_node_head *rt_nodes[AF_MAX + 1]; in routepr()
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf_table.c | 805 struct radix_node_head *head = (void *)0xdeadb; in pfr_lookup_addr() 1008 struct radix_node_head *head = (void *)0xdeadb; in pfr_route_kentry() 1033 struct radix_node_head *head = (void *)0xdeadb; in pfr_unroute_kentry() 1735 SWAP(struct radix_node_head *, kt->pfrkt_ip4, in pfr_commit_ktable() 1737 SWAP(struct radix_node_head *, kt->pfrkt_ip6, in pfr_commit_ktable()
|
| H A D | pfvar.h | 1013 struct radix_node_head *pfrkt_ip4; 1014 struct radix_node_head *pfrkt_ip6;
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | ipf.h | 18 # define radix_node_head ipf_radix_node_head macro
|