sctp_input.c | 1041 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, 1409 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, 1676 unsigned int cookie_len; local in function:sctp_handle_cookie_echo 1728 cookie_len = ntohs(cp->ch.chunk_length); 1743 if (cookie_len > size_of_pkt || 1744 cookie_len < sizeof(struct sctp_cookie_echo_chunk) + 1750 printf("sctp_handle_cookie: cookie_len=%u, pkt size=%u\n", cookie_len, size_of_pkt); 1773 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE; 2003 cookie_len -= SCTP_SIGNATURE_SIZE [all...] |