Searched refs:bodylen (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-hncp.c | 414 uint16_t type, bodylen; in hncp_print_rec() local 432 bodylen = GET_BE_U_2(tlv + 2); in hncp_print_rec() 434 ND_TCHECK_LEN(value, bodylen); in hncp_print_rec() 435 if (i + bodylen + 4 > length) in hncp_print_rec() 475 ND_PRINT(" (%u)", bodylen + 4 ); in hncp_print_rec() 480 if (bodylen != 0) in hncp_print_rec() 487 if (bodylen != 4) { in hncp_print_rec() 499 if (bodylen != 8) { in hncp_print_rec() 514 if (bodylen != 8) { in hncp_print_rec() 527 if (bodylen < 20) { in hncp_print_rec() [all …]
|
H A D | print-babel.c | 821 u_short bodylen; in babel_print_v2() local 827 bodylen = GET_BE_U_2(cp + 2); in babel_print_v2() 828 ND_PRINT(" (%u)", bodylen); in babel_print_v2() 833 if (length < bodylen) in babel_print_v2() 835 ret = babel_print_v2_tlvs(ndo, cp, bodylen, length); in babel_print_v2() 840 length -= bodylen; in babel_print_v2() 841 cp += bodylen; in babel_print_v2()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | smfi.c | 440 smfi_replacebody(ctx, bodyp, bodylen) in smfi_replacebody() argument 443 int bodylen; 448 if (bodylen < 0 || 449 (bodyp == NULL && bodylen > 0)) 460 len = (bodylen >= MILTER_CHUNK_SIZE) ? MILTER_CHUNK_SIZE : 461 bodylen; 466 bodylen -= len; 467 } while (bodylen > 0);
|
H A 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/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 1155 int bodylen; in decrypt_arpreq() local 1178 bodylen = rd - sizeof(*wh) - 4 - 4; in decrypt_arpreq() 1179 decryptstate.clen = bodylen; in decrypt_arpreq() 1433 int bodylen; in got_wep() local 1439 bodylen = rd - sizeof(struct ieee80211_frame); in got_wep() 1441 dlen = bodylen - 4 - 4; in got_wep()
|
/freebsd/tools/tools/net80211/stumbler/ |
H A D | stumbler.c | 681 unsigned char* body, int bodylen, in get_packet_info() argument 705 get_beacon_info(body, bodylen, node); in get_packet_info()
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 1387 LIBMILTER: When smfi_replacebody() is called with bodylen equals
|