Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c228 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE;
230 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE;
233 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE;
239 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE;
241 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE;
Dsctp_pcb.h103 #define SCTP_ADDR_IFA_UNUSEABLE 0x00000008 macro
Dsctp_pcb.c412 sctp_ifap->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE;
455 sctp_ifap->localifa_flags &= (~SCTP_ADDR_IFA_UNUSEABLE);
3754 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
6101 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
6271 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
Dsctp_asconf.c1972 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_addr_mgmt_assoc()
2532 if (sctp_ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_find_valid_localaddr()
Dsctp_output.c1938 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_address_in_scope()
2326 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_preferred()
2428 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) { in sctp_is_ifa_addr_acceptable()
4278 …->ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED|SCTP_ADDR_IFA_UNUSEABLE))) {
4663 …->ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED|SCTP_ADDR_IFA_UNUSEABLE))) {