Home
last modified time | relevance | path

Searched refs:SCTP_ADDR_IFA_UNUSEABLE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c125 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
127 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
130 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
136 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
138 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
H A Dsctp_pcb.h99 #define SCTP_ADDR_IFA_UNUSEABLE 0x00000008 macro
H A Dsctp_asconf.c1928 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_addr_mgmt_assoc()
2481 if (sctp_ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_find_valid_localaddr()
H A Dsctp_pcb.c3051 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_inpcb_bind_locked()
5176 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_add_local_addr_ep()
5331 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_add_local_addr_restricted()
H A Dsctp_output.c1908 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_address_in_scope()
2268 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_preferred()
2371 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_acceptable()
4097 …ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED | SCTP_ADDR_IFA_UNUSEABLE))) { in sctp_lowlevel_chunk_output()
4382 …ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED | SCTP_ADDR_IFA_UNUSEABLE))) { in sctp_lowlevel_chunk_output()