Home
last modified time | relevance | path

Searched refs:kdst (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_output.c742 struct in6_addr kdst; in ip6_output() local
760 in6_splitscope(&dst_sa.sin6_addr, &kdst, &scopeid); in ip6_output()
775 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, in ip6_output()
1465 struct in6_addr kdst; in ip6_getpmtu_ctl() local
1469 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu_ctl()
1472 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu_ctl()
1498 struct in6_addr kdst; in ip6_getpmtu() local
1525 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu()
1526 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu()
H A Dicmp6.c2271 struct in6_addr kdst; in icmp6_redirect_input() local
2274 in6_splitscope(&reddst6, &kdst, &scopeid); in icmp6_redirect_input()
2276 nh = fib6_lookup(ifp->if_fib, &kdst, scopeid, 0, 0); in icmp6_redirect_input()