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

/freebsd-10.2-release/contrib/sendmail/libmilter/
H A Dexample.c160 mlfi_body(ctx, bodyp, bodylen)
163 size_t bodylen;
166 if (fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0)
H A Dsmfi.c434 ** bodylen -- length of body chunk
441 smfi_replacebody(ctx, bodyp, bodylen)
444 int bodylen;
449 if (bodylen < 0 ||
450 (bodyp == NULL && bodylen > 0))
461 len = (bodylen >= MILTER_CHUNK_SIZE) ? MILTER_CHUNK_SIZE :
462 bodylen;
467 bodylen -= len;
468 } while (bodylen > 0);
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-babel.c192 if ((i) + (l) > bodylen || (i) + (l) > length) goto corrupt;
197 u_short bodylen; local
205 bodylen = EXTRACT_16BITS(cp + 2);
206 printf(" (%u)", bodylen);
210 while(i < bodylen) {
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1156 int bodylen; local
1179 bodylen = rd - sizeof(*wh) - 4 - 4;
1180 decryptstate.clen = bodylen;
1434 int bodylen; local
1440 bodylen = rd - sizeof(struct ieee80211_frame);
1442 dlen = bodylen - 4 - 4;
/freebsd-10.2-release/tools/tools/net80211/stumbler/
H A Dstumbler.c683 unsigned char* body, int bodylen,
707 get_beacon_info(body, bodylen, node);
682 get_packet_info(struct ieee80211_frame* wh, unsigned char* body, int bodylen, struct node_info* node) argument

Completed in 61 milliseconds