Searched refs:SCTP6_ARE_ADDR_EQUAL (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.h | 479 int SCTP6_ARE_ADDR_EQUAL(struct sockaddr_in6 *a, struct sockaddr_in6 *b);
|
H A D | sctp_pcb.c | 61 SCTP6_ARE_ADDR_EQUAL(struct sockaddr_in6 *a, struct sockaddr_in6 *b) in SCTP6_ARE_ADDR_EQUAL() function 810 if (SCTP6_ARE_ADDR_EQUAL(sin6, rsin6)) { in sctp_does_stcb_own_this_addr() 865 if (SCTP6_ARE_ADDR_EQUAL(sin6, rsin6)) { in sctp_does_stcb_own_this_addr() 1021 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_tcb_special_locate() 1106 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_tcb_special_locate() 1278 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_findassociation_ep_addr() 1379 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_findassociation_ep_addr() 1659 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_endpoint_probe()
|
H A D | sctputil.c | 4730 return (SCTP6_ARE_ADDR_EQUAL(sin6_1, in sctp_cmpaddr() 5311 if (SCTP6_ARE_ADDR_EQUAL((struct sockaddr_in6 *)addr, in sctp_find_ifa_in_ep() 5412 if (SCTP6_ARE_ADDR_EQUAL((struct sockaddr_in6 *)addr, in sctp_find_ifa_by_addr()
|
H A D | sctp_output.c | 5353 if (SCTP6_ARE_ADDR_EQUAL(sa6, src6)) { in sctp_are_there_new_addresses() 5460 if (SCTP6_ARE_ADDR_EQUAL( in sctp_are_there_new_addresses()
|