Searched refs:bodylen (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/tcpdump/ |
| D | print-babel.c | 192 if ((i) + (l) > bodylen || (i) + (l) > length) goto corrupt; 197 u_short bodylen; in babel_print_v2() local 205 bodylen = EXTRACT_16BITS(cp + 2); in babel_print_v2() 206 printf(" (%u)", bodylen); in babel_print_v2() 210 while(i < bodylen) { in babel_print_v2()
|
| /freebsd-10-stable/contrib/sendmail/libmilter/ |
| D | smfi.c | 441 smfi_replacebody(ctx, bodyp, bodylen) in smfi_replacebody() argument 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);
|
| D | example.c | 160 mlfi_body(ctx, bodyp, bodylen) in mlfi_body() argument 163 size_t bodylen; 166 if (fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0)
|
| /freebsd-10-stable/tools/tools/net80211/wesside/wesside/ |
| D | wesside.c | 1156 int bodylen; in decrypt_arpreq() local 1179 bodylen = rd - sizeof(*wh) - 4 - 4; in decrypt_arpreq() 1180 decryptstate.clen = bodylen; in decrypt_arpreq() 1434 int bodylen; in got_wep() local 1440 bodylen = rd - sizeof(struct ieee80211_frame); in got_wep() 1442 dlen = bodylen - 4 - 4; in got_wep()
|
| /freebsd-10-stable/tools/tools/net80211/stumbler/ |
| D | stumbler.c | 683 unsigned char* body, int bodylen, in get_packet_info() argument 707 get_beacon_info(body, bodylen, node); in get_packet_info()
|
| /freebsd-10-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 971 LIBMILTER: When smfi_replacebody() is called with bodylen equals
|