Searched refs:rnh_lookup (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sbin/routed/
H A Dradix.h121 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member in struct:radix_node_head
H A Dradix.c863 rnh->rnh_lookup = rn_lookup;
H A Dtable.c1675 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
/freebsd-current/sys/net/
H A Dradix.h133 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member in struct:radix_node_head
H A Droute.c129 rh->rnh_lookup = rn_lookup;
H A Dradix.c1166 rnh->rnh_lookup = rn_lookup;
H A Drtsock.c776 rc->rc_rt = (struct rtentry *) rnh->rnh_lookup(
/freebsd-current/sys/net/route/
H A Droute_var.h54 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member in struct:rib_head
H A Droute_ctl.c358 rt = (struct rtentry *)rnh->rnh_lookup(dst, netmask, &rnh->head);
1077 rt = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST],
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c736 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh);
4169 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh);
/freebsd-current/sys/dev/wg/
H A Dif_wg.c559 node = root->rnh_lookup(&aip->a_addr, &aip->a_mask, &root->rh);

Completed in 314 milliseconds