Home
last modified time | relevance | path

Searched refs:bodylen (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-hncp.c414 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 Dprint-babel.c821 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 Dsmfi.c440 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 Dexample.c160 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 Dwesside.c1155 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 Dstumbler.c681 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 DRELEASE_NOTES1387 LIBMILTER: When smfi_replacebody() is called with bodylen equals