sctp_input.c | 3025 sctp_process_control(struct mbuf *m, int iphlen, int *offset, int length, function in typeref:struct:sctp_tcb * 3045 printf("sctp_process_control: iphlen=%u, offset=%u, length=%u stcb:%p\n", 3060 printf("sctp_process_control: validating vtags\n"); 3069 printf("sctp_process_control: INIT with vtag != 0\n"); 3092 printf("sctp_process_control: handling OOTB packet, chunk type=%xh\n", 3157 printf("sctp_process_control: vtags ok, processing ctrl chunks\n"); 3177 printf("sctp_process_control: processing a chunk type=%u, len=%u\n", ch->chunk_type, chk_length); 3184 printf("sctp_process_control: chunk length invalid! *offset:%u, chk_length:%u > length:%u\n", 3238 printf("sctp_process_control: Can't get the all data....\n"); 3862 stcb = sctp_process_control(m, iphlen, &offset, length, sh, ch [all...] |