Searched refs:selectroute (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/netinet6/ |
| D | in6_src.c | 135 static int selectroute(struct sockaddr_in6 *, struct ip6_pktopts *, 626 selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in selectroute() function 856 error = selectroute(dstsock, opts, mopts, &sro, retifp, &rt, 1, fibnum); in in6_selectif() 910 return (selectroute(dstsock, opts, mopts, ro, retifp, in in6_selectroute() 921 return (selectroute(dstsock, opts, mopts, ro, retifp, in in6_selectroute_fib()
|