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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_bsd_addr.c231 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE;
233 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE;
236 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE;
242 ifa->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE;
244 ifa->localifa_flags &= ~SCTP_ADDR_IFA_UNUSEABLE;
H A Dsctp_pcb.h101 #define SCTP_ADDR_IFA_UNUSEABLE 0x00000008 macro
H A Dsctp_asconf.c1925 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
2519 if (sctp_ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
H A Dsctp_pcb.c417 sctp_ifap->localifa_flags |= SCTP_ADDR_IFA_UNUSEABLE;
460 sctp_ifap->localifa_flags &= (~SCTP_ADDR_IFA_UNUSEABLE);
3754 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
6160 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
6331 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
H A Dsctp_output.c1939 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
2327 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
2429 if (ifa->localifa_flags & SCTP_ADDR_IFA_UNUSEABLE) {
4298 if (net->ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED|SCTP_ADDR_IFA_UNUSEABLE))) {
4660 if (net->ro._s_addr && (net->ro._s_addr->localifa_flags & (SCTP_BEING_DELETED|SCTP_ADDR_IFA_UNUSEABLE))) {

Completed in 2211 milliseconds