Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c128 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()
133 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
139 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
141 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE; in sctp_gather_internal_ifa_flags()
H A Dsctp_pcb.h102 #define SCTP_ADDR_IFA_UNUSEABLE 0x00000008 macro
H A Dsctp_pcb.c343 sctp_ifap->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE; in sctp_mark_ifa_addr_down()
384 sctp_ifap->localifa_flags &= (~SCTP_ADDR_IFA_UNUSEABLE); in sctp_mark_ifa_addr_up()
3177 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_inpcb_bind()
5315 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_add_local_addr_ep()
5470 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_add_local_addr_restricted()
H A Dsctp_asconf.c1931 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_addr_mgmt_assoc()
2482 if (sctp_ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_find_valid_localaddr()
H A Dsctp_output.c1911 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_address_in_scope()
2271 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_preferred()
2374 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_acceptable()
4102 …ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED | SCTP_ADDR_IFA_UNUSEABLE))) { in sctp_lowlevel_chunk_output()
4379 …ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED | SCTP_ADDR_IFA_UNUSEABLE))) { in sctp_lowlevel_chunk_output()