Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_cksum.c118 scope = in6_getscope(&ip6->ip6_src); in _in6_cksum_pseudo()
126 scope = in6_getscope(&ip6->ip6_dst); in _in6_cksum_pseudo()
296 scope = in6_getscope(&ip6->ip6_src); in in6_cksum_partial_l2()
304 scope = in6_getscope(&ip6->ip6_dst); in in6_cksum_partial_l2()
H A Dip6_forward.c262 dst.sin6_scope_id = ntohs(in6_getscope(&dst.sin6_addr)); in ip6_forward()
344 dst.sin6_scope_id = ntohs(in6_getscope(&ip6->ip6_dst)); in ip6_forward()
373 dst.sin6_scope_id = ntohs(in6_getscope(&gw6->sin6_addr)); in ip6_forward()
H A Dscope6_var.h51 uint16_t in6_getscope(const struct in6_addr *);
H A Dscope6.c467 in6_getscope(const struct in6_addr *in6) in in6_getscope() function
550 zoneid = ntohs(in6_getscope(dst)); in in6_splitscope()
H A Din6_src.c627 dst_sa.sin6_scope_id = ntohs(in6_getscope(dst)); in in6_selectsrc_nbr()
750 uint32_t zoneid = ntohs(in6_getscope(dst)); in selectroute()
H A Din6_gif.c409 ntohs(in6_getscope(&ip6->ip6_src)), NHR_NONE, in in6_gif_lookup()
/freebsd/sys/netgraph/
H A Dng_ksocket.c352 scope = in6_getscope(&sin6->sin6_addr); in ng_ksocket_sockaddr_parse()
/freebsd/sys/netinet/
H A Dsctp_output.c5689 stc.scope_id = ntohs(in6_getscope(&src6->sin6_addr)); in sctp_send_initiate_ack()