Lines Matching refs:sent
446 printf("Huh? I can't find the address I sent it to, discard\n");
573 * to SHUTDOWN-ACK-SENT.
606 /* move to SHUTDOWN-ACK-SENT state */
957 * The primary is where we sent the INIT, we can
1000 * cause the cookie to be sent
1147 * INIT was sent, but got got a COOKIE_ECHO with
1620 * a mystery. It must be that the INIT was sent, but
1964 * and a INIT collided with us and somewhere the peer sent the
2040 * we sent the INIT-ACK to.
2241 /* Find where it was sent, if possible */
2410 if ((tp1) && (tp1->sent < SCTP_DATAGRAM_ACKED)) {
2434 if (tp1->sent != SCTP_DATAGRAM_RESEND) {
2449 tp1->sent = SCTP_DATAGRAM_RESEND;
2481 if (tp1->sent == SCTP_DATAGRAM_RESEND)
2486 if (tp1->sent == SCTP_DATAGRAM_RESEND)
2509 if (asconf->sent != SCTP_DATAGRAM_RESEND)
2511 asconf->sent = SCTP_DATAGRAM_RESEND;
2562 if (cookie->sent != SCTP_DATAGRAM_RESEND)
2564 cookie->sent = SCTP_DATAGRAM_RESEND;
3929 * We consider OOTB any data sent during asoc setup.