Home
last modified time | relevance | path

Searched refs:sctp_is_same_scope (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/netinet/
H A Dsctputil.h192 uint32_t sctp_is_same_scope(struct sockaddr_in6 *, struct sockaddr_in6 *);
H A Dsctp_asconf.c1871 if (sctp_is_same_scope(sin6, net6)) { in sctp_is_scopeid_in_nets()
H A Dsctputil.c4656 sctp_is_same_scope(struct sockaddr_in6 *addr1, struct sockaddr_in6 *addr2) in sctp_is_same_scope() function