Home
last modified time | relevance | path

Searched refs:rnh_lookup (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/net/ipfw3_layer2/
H A Dip_fw3_layer2.c128 ent = (struct table_mac_entry *)rnh->rnh_lookup(&sa, NULL, rnh); in check_mac_from_lookup()
171 ent = (struct table_mac_entry *)rnh->rnh_lookup(&sa, NULL, rnh); in check_mac_to_lookup()
/dragonfly/sys/net/
H A Dradix.h137 struct radix_node *(*rnh_lookup) member
H A Droute.c1031 rn = rnh->rnh_lookup(rtinfo->rti_info[RTAX_DST], in rtrequest1()
1581 (rn = rnh->rnh_lookup(dst, netmask, rnh)) == NULL || in rtinit()
1704 rnh->rnh_lookup(rtinfo.rti_dst, rtinfo.rti_netmask, rnh); in rtsearch_msghandler()
H A Dradix.c1279 rnh->rnh_lookup = rn_lookup; in rn_inithead()
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_table.c444 if (rnh->rnh_lookup(&sa, NULL, rnh) != NULL) in ip_fw3_ctl_table_test()
451 if (rnh->rnh_lookup(&sa, NULL, rnh) != NULL) in ip_fw3_ctl_table_test()
H A Dip_fw3_basic.c318 if (rnh->rnh_lookup(&sa, NULL, rnh) != NULL) in check_from_lookup()
411 if (rnh->rnh_lookup(&sa, NULL, rnh) != NULL) in check_to_lookup()
/dragonfly/sbin/routed/
H A Dtable.c1627 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock, &mask_sock, rhead); in rtget()
/dragonfly/sys/net/wg/
H A Dif_wg.c822 node = head->rnh_lookup(&aip->a_addr, &aip->a_mask, head); in wg_aip_add()