/src/sys/netinet/ |
sctp_timer.c | 895 * For cookie and asconf we actually need to find and mark for resend, 1040 struct sctp_tmit_chunk *asconf, *chk; local in function:sctp_asconf_timer 1044 /* compose a new ASCONF chunk and send it */ 1047 /* Retransmission of the existing ASCONF needed... */ 1049 /* find the existing ASCONF */ 1050 TAILQ_FOREACH(asconf, &stcb->asoc.control_send_queue, 1052 if (asconf->rec.chunk_id == SCTP_ASCONF) { 1056 if (asconf == NULL) { 1059 printf("Strange, asconf timer fires, but I can't find an asconf?\n") [all...] |
sctp_input.c | 666 * caused the problem. There are two possiblities ASCONF or FWD-TSN 680 printf("Strange peer, snds ASCONF but does not recongnize asconf-ack?\n"); 687 printf("Peer does not support ASCONF/ASCONF-ACK chunks\n"); 708 * caused the problem. There are a number of param's in a ASCONF 742 printf("Turning off ASCONF to this strange peer\n"); 854 /* We should NOT get these here, but in a ASCONF-ACK. */ 857 printf("Peer sends ASCONF errors in a Operational Error?<%d>?\n", 1579 * asconf processing 2501 struct sctp_tmit_chunk *asconf; local in function:process_chunk_drop [all...] |
sctp_output.c | 616 * Here we have two cases, bound all asconf 617 * allowed. bound all asconf not allowed. 641 printf("Have a STCB - asconf allowed, not bound all have a netgative list\n"); 746 printf("Have a STCB - no asconf allowed, not bound all have a positive list\n"); 1058 * ASCONF case where we are sourceing from a intf that 1176 * by asconf. 1189 * auto-asconf is on. This means that the list of addresses is 1195 * auto-asconf is off. This means that the list of addresses is 1285 * Its a negative list if asconf is allowed. What we do 1289 * In the case where NO asconf is allowed, we have jus 5283 int asconf, cookie, no_out_cnt; local in function:sctp_med_chunk_output 6473 int asconf; local in function:sctp_chunk_retransmission [all...] |