HomeSort by: relevance | last modified time | path
    Searched refs:chklen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ekermit/dist/
kermit.c 107 short chklen; /* Length of packet block check */ local
327 chklen = 3;
332 chklen = 3;
334 chklen = 1; /* Block check is always type 1 */
337 chklen = k->bct;
341 chklen = 1; /* Block check is always type 1 */
346 debug(DB_LOG,"chkalen",0,chklen);
349 for (i = 0; i < chklen; i++) /* Copy the block check */
358 switch (chklen) { /* Check the block check */
  /src/sys/netinet/
sctp_input.c 763 int chklen; local
774 chklen = ntohs(ch->chunk_length) - sizeof(struct sctp_chunkhdr);
775 while ((size_t)chklen >= sizeof(struct sctp_paramhdr)) {
779 if ((error_len > chklen) || (error_len == 0)) {
784 chklen, error_len);
882 chklen -= adjust;

Completed in 24 milliseconds