Home
last modified time | relevance | path

Searched refs:in6_getscope (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_cksum.c113 scope = in6_getscope(&ip6->ip6_src); in _in6_cksum_pseudo()
121 scope = in6_getscope(&ip6->ip6_dst); in _in6_cksum_pseudo()
195 scope = in6_getscope(&ip6->ip6_src); in in6_cksum_partial()
203 scope = in6_getscope(&ip6->ip6_dst); in in6_cksum_partial()
H A Dip6_forward.c249 dst.sin6_scope_id = ntohs(in6_getscope(&dst.sin6_addr)); in ip6_forward()
331 dst.sin6_scope_id = ntohs(in6_getscope(&ip6->ip6_dst)); in ip6_forward()
360 dst.sin6_scope_id = ntohs(in6_getscope(&gw6->sin6_addr)); in ip6_forward()
H A Dscope6_var.h63 uint16_t in6_getscope(const struct in6_addr *);
H A Dscope6.c459 in6_getscope(const struct in6_addr *in6) in in6_getscope() function
527 zoneid = ntohs(in6_getscope(dst)); in in6_splitscope()
H A Din6_src.c678 zoneid = ntohs(in6_getscope(dst)); in selectroute()
699 zoneid = ntohs(in6_getscope(&sin6_next->sin6_addr)); in selectroute()
H A Din6_gif.c406 ntohs(in6_getscope(&ip6->ip6_src)), NHR_NONE, in in6_gif_lookup()
/f-stack/freebsd/netinet/
H A Dsctp_output.c5649 stc.scope_id = ntohs(in6_getscope(&src6->sin6_addr)); in sctp_send_initiate_ack()