Searched refs:in6_splitscope (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/sys/net/route/ |
| HD | route_rtentry.c | 296 in6_splitscope(&dst->sin6_addr, paddr, pscopeid); in rt_get_inet6_prefix_plen() 321 in6_splitscope(&dst->sin6_addr, paddr, pscopeid); in rt_get_inet6_prefix_pmask()
|
| /freebsd-13-stable/sys/netinet6/ |
| HD | scope6_var.h | 64 void in6_splitscope(const struct in6_addr *, struct in6_addr *, uint32_t *);
|
| HD | scope6.c | 519 in6_splitscope(const struct in6_addr *src, struct in6_addr *dst, in in6_splitscope() function
|
| HD | in6_src.c | 635 in6_splitscope(&dst->sin6_addr, &unscoped_addr, &scopeid); in cache_route() 857 in6_splitscope(&inp->in6p_faddr, &dst, &scopeid); in in6_selecthlim()
|
| HD | nd6_nbr.c | 492 in6_splitscope(&ip6->ip6_dst, &dst6, &scopeid); in nd6_ns_output_fib() 1009 in6_splitscope(&daddr6, &dst6, &scopeid); in nd6_na_output_fib()
|
| HD | ip6_output.c | 750 in6_splitscope(&dst_sa.sin6_addr, &kdst, &scopeid); in ip6_output() 1466 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu_ctl() 1522 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu()
|
| HD | icmp6.c | 2124 in6_splitscope(&ip6->ip6_src, &dst6, &scopeid); in icmp6_reflect() 2268 in6_splitscope(&reddst6, &kdst, &scopeid); in icmp6_redirect_input()
|
| HD | in6.c | 2205 in6_splitscope(&sin6->sin6_addr, &dst, &scopeid); in in6_lltable_rtcheck()
|
| HD | in6_mcast.c | 1847 in6_splitscope(&gsin6->sin6_addr, &dst, &scopeid); in in6p_lookup_mcast_ifp()
|
| /freebsd-13-stable/sys/netlink/route/ |
| HD | iface.c | 218 in6_splitscope(&((const struct sockaddr_in6 *)sa)->sin6_addr, &addr6, &addr_len); in dump_sa()
|
| /freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 550 in6_splitscope((struct in6_addr *)&raddr6->sin6_addr, in get_ifnet_from_raddr()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_subr.c | 3451 in6_splitscope(&inc->inc6_faddr, &dst6, &scopeid); in tcp_maxmtu6()
|
| /freebsd-13-stable/sys/netpfil/pf/ |
| HD | pf.c | 4053 in6_splitscope(&addr->v6, &dst6, &scopeid); in pf_calc_mss()
|