Searched refs:SCTP6_ARE_ADDR_EQUAL (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 483 int SCTP6_ARE_ADDR_EQUAL(struct sockaddr_in6 *a, struct sockaddr_in6 *b);
|
| H A D | sctp_pcb.c | 64 SCTP6_ARE_ADDR_EQUAL(struct sockaddr_in6 *a, struct sockaddr_in6 *b) in SCTP6_ARE_ADDR_EQUAL() function 925 if (SCTP6_ARE_ADDR_EQUAL(sin6, rsin6)) { in sctp_does_stcb_own_this_addr() 980 if (SCTP6_ARE_ADDR_EQUAL(sin6, rsin6)) { in sctp_does_stcb_own_this_addr() 1136 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_tcb_special_locate() 1221 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_tcb_special_locate() 1393 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_findassociation_ep_addr() 1494 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_findassociation_ep_addr() 1778 if (SCTP6_ARE_ADDR_EQUAL(sin6, in sctp_endpoint_probe()
|
| H A D | sctputil.c | 4671 return (SCTP6_ARE_ADDR_EQUAL(sin6_1, in sctp_cmpaddr() 5252 if (SCTP6_ARE_ADDR_EQUAL((struct sockaddr_in6 *)addr, in sctp_find_ifa_in_ep() 5353 if (SCTP6_ARE_ADDR_EQUAL((struct sockaddr_in6 *)addr, in sctp_find_ifa_by_addr()
|
| H A D | sctp_output.c | 5316 if (SCTP6_ARE_ADDR_EQUAL(sa6, src6)) { in sctp_are_there_new_addresses() 5423 if (SCTP6_ARE_ADDR_EQUAL( in sctp_are_there_new_addresses()
|