Searched refs:bodylen (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-hncp.c412 uint16_t type, bodylen; local
430 bodylen = EXTRACT_16BITS(tlv + 2);
432 ND_TCHECK2(*value, bodylen);
433 if (i + bodylen + 4 > length)
473 ND_PRINT((ndo," (%u)", bodylen + 4 ));
478 if (bodylen != 0)
485 if (bodylen != 4) {
497 if (bodylen != 8) {
512 if (bodylen != 8) {
525 if (bodylen < 2
[all...]
H A Dprint-babel.c338 if ((i) + (l) > bodylen || (i) + (l) > length) goto invalid;
345 u_short bodylen; local
353 bodylen = EXTRACT_16BITS(cp + 2);
354 ND_PRINT((ndo, " (%u)", bodylen));
358 while(i < bodylen) {
/external/curl/lib/
H A Dhttp.c1126 size_t bodylen = amount - headlen; local
1131 if(bodylen) {
1135 ptr + headlen, bodylen, conn);
1147 http->writebytecount += bodylen;

Completed in 4532 milliseconds