Searched refs:in6_getscope (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dscope6_var.h57 uint16_t in6_getscope(struct in6_addr *);
H A Din6_cksum.c111 scope = in6_getscope(&ip6->ip6_src);
119 scope = in6_getscope(&ip6->ip6_dst);
191 scope = in6_getscope(&ip6->ip6_src);
199 scope = in6_getscope(&ip6->ip6_dst);
H A Dscope6.c494 in6_getscope(struct in6_addr *in6) function
/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c5668 stc.scope_id = in6_getscope(&src6->sin6_addr);

Completed in 72 milliseconds