Home
last modified time | relevance | path

Searched refs:length_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-ether.c148 u_short length_type; in ether_common_print() local
202 length_type = GET_BE_U_2(p); in ether_common_print()
219 ether_type_print(ndo, length_type); in ether_common_print()
239 length_type = GET_BE_U_2(p); in ether_common_print()
255 length_type == ETHERTYPE_8021QinQ) { in ether_common_print()
274 ether_type_print(ndo, length_type); in ether_common_print()
283 length_type = GET_BE_U_2(p + 2); in ether_common_print()
299 if (length_type < length) { in ether_common_print()
300 length = length_type; in ether_common_print()
361 ether_type_print(ndo, length_type); in ether_common_print()
[all …]
/freebsd/sys/dev/enic/
H A Drq_enet_desc.h12 __le16 length_type; member
33 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
41 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
42 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_length.c63 length_type (const char *name, const Type *t, in length_type() function
69 length_type (name, t->symbol->type); in length_type()
165 length_type (s, m->type, "ret", m->gen_name); in length_type()
204 length_type(n, t->subtype, variable, sname); in length_type()
253 length_type (name, t->subtype, variable, tname); in length_type()
278 length_type ("data", s->type, "ret", "Top"); in generate_type_length()
H A DChangeLog869 * gen_length.c (length_type): cast size_t argument to unsigned
1414 * gen_length.c: 1.14: (length_type): TSequenceOf: add up the size
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp209 CompilerType length_type = valobj.GetCompilerType().GetBasicTypeFromAST( in NSStringSummaryProvider() local
212 valobj.GetSyntheticChildAtOffset(length_ivar_offset, length_type, true, in NSStringSummaryProvider()
/freebsd/crypto/heimdal/
H A DChangeLog.2000743 * lib/asn1/gen_length.c (length_type): fail on malloc error
969 * lib/asn1/gen_length.c (length_type): add TUInteger
H A DChangeLog.20041398 * lib/asn1/check-gen.c: test for: (length_type): TSequenceOf: add
1458 * lib/asn1/gen_length.c (length_type): TSequenceOf: add up the
H A DChangeLog.19982775 * lib/asn1/gen_length.c (length_type): Make the length functions