HomeSort by: relevance | last modified time | path
    Searched refs:sctp_is_address_on_local_host (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 695 int sctp_is_address_on_local_host(struct sockaddr *addr);
sctp_pcb.c 2279 sctp_is_address_on_local_host(struct sockaddr *addr) function in typeref:typename:int
2382 if (sctp_is_address_on_local_host(newaddr)) {
2391 if (sctp_is_address_on_local_host(newaddr)) {
2414 if (sctp_is_address_on_local_host(newaddr)) {
2440 if (sctp_is_address_on_local_host(newaddr)) {
2475 net->addr_is_local = sctp_is_address_on_local_host(newaddr);
sctp_output.c 3436 if (sctp_is_address_on_local_host((struct sockaddr *)sin)) {
3456 if (sctp_is_address_on_local_host((struct sockaddr *)sin6)) {

Completed in 100 milliseconds