Lines Matching refs:dest_state
148 if (net->dest_state & SCTP_ADDR_REACHABLE) {
149 net->dest_state &= ~SCTP_ADDR_REACHABLE;
150 net->dest_state |= SCTP_ADDR_NOT_REACHABLE;
152 net->dest_state |= SCTP_ADDR_WAS_PRIMARY;
171 if ((net->dest_state & SCTP_ADDR_UNCONFIRMED) == 0) {
183 ((net == NULL) ? (u_int)0 : (u_int)net->dest_state));
244 ((alt->dest_state & SCTP_ADDR_REACHABLE) == SCTP_ADDR_REACHABLE) &&
246 (!(alt->dest_state & SCTP_ADDR_UNCONFIRMED))
270 if ((!(alt->dest_state & SCTP_ADDR_UNCONFIRMED)) &&
792 if (net->dest_state & SCTP_ADDR_NOT_REACHABLE) {
807 net->dest_state |= SCTP_ADDR_WAS_PRIMARY;
1019 if (net->dest_state & SCTP_ADDR_NOT_REACHABLE) {
1114 if (net->dest_state & SCTP_ADDR_NOT_REACHABLE) {
1254 if ((net->dest_state & SCTP_ADDR_UNCONFIRMED) &&
1255 (net->dest_state & SCTP_ADDR_REACHABLE)) {