Searched refs:initplen (Results 1 – 1 of 1) sorted by relevance
1221 size_t initplen; in sctp_process_cookie() local1284 initplen = ntohs(initch->sch_len) - (sizeof (*init) + sizeof (*initch)); in sctp_process_cookie()1321 if ((initplen >= sizeof (sctp_parm_hdr_t)) && in sctp_process_cookie()1322 (sctp_find_al_ind((sctp_parm_hdr_t *)(init + 1), initplen, in sctp_process_cookie()