Lines Matching defs:asconf
680 printf("Strange peer, snds ASCONF but does not recongnize asconf-ack?\n");
1579 * asconf processing.
2501 struct sctp_tmit_chunk *asconf;
2502 TAILQ_FOREACH(asconf, &stcb->asoc.control_send_queue,
2504 if (asconf->rec.chunk_id == SCTP_ASCONF) {
2508 if (asconf) {
2509 if (asconf->sent != SCTP_DATAGRAM_RESEND)
2511 asconf->sent = SCTP_DATAGRAM_RESEND;
2512 asconf->snd_count--;
2573 /* resend last asconf ack */