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

/freebsd-10.1-release/sys/netatalk/
H A Dat_rmx.c114 rnh->rnh_matchaddr = at_matroute;
/freebsd-10.1-release/sbin/routed/
H A Dradix.h121 struct radix_node *(*rnh_matchaddr) /* locate based on sockaddr */ member in struct:radix_node_head
H A Dradix.c873 rnh->rnh_matchaddr = rn_match;
H A Dtable.c1692 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead);
/freebsd-10.1-release/sys/net/
H A Dradix.h122 struct radix_node *(*rnh_matchaddr) /* longest match for sockaddr */ member in struct:radix_node_head
H A Droute.c436 rn = rnh->rnh_matchaddr(dst, rnh);
1340 rn = rnh->rnh_matchaddr(dst, rnh);
H A Dradix.c1163 rnh->rnh_matchaddr = rn_match;
H A Drtsock.c730 rt = (struct rtentry *) rnh->rnh_matchaddr(
784 rt = (struct rtentry *)rnh->rnh_matchaddr(&laddr, rnh);
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_table.c547 ent = (struct table_entry *)(rnh->rnh_matchaddr(&sa, rnh));
573 xent = (struct table_xentry *)(rnh->rnh_matchaddr(&sa6, rnh));
581 xent = (struct table_xentry *)(rnh->rnh_matchaddr(&iface, rnh));
/freebsd-10.1-release/sys/netinet/
H A Din_rmx.c332 rnh->rnh_matchaddr = (val != 0) ? rn_match : in_matroute;
/freebsd-10.1-release/sys/kern/
H A Dvfs_export.c446 (*rnh->rnh_matchaddr)(saddr, rnh);

Completed in 113 milliseconds