Searched refs:length_type (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ether.c | 146 u_short length_type; in ether_common_print() local 200 length_type = GET_BE_U_2(p); in ether_common_print() 211 if (length_type == ETHERTYPE_MACSEC) { in ether_common_print() 217 ether_type_print(ndo, length_type); in ether_common_print() 237 length_type = GET_BE_U_2(p); in ether_common_print() 250 while (length_type == ETHERTYPE_8021Q || in ether_common_print() 251 length_type == ETHERTYPE_8021Q9100 || in ether_common_print() 252 length_type == ETHERTYPE_8021Q9200 || in ether_common_print() 253 length_type == ETHERTYPE_8021QinQ) { in ether_common_print() 272 ether_type_print(ndo, length_type); in ether_common_print() [all …]
|
/freebsd/sys/dev/enic/ |
H A D | rq_enet_desc.h | 12 __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 D | gen_length.c | 63 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 D | ChangeLog | 869 * 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 D | NSString.cpp | 209 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 D | ChangeLog.2000 | 743 * lib/asn1/gen_length.c (length_type): fail on malloc error 969 * lib/asn1/gen_length.c (length_type): add TUInteger
|
H A D | ChangeLog.2004 | 1398 * 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 D | ChangeLog.1998 | 2775 * lib/asn1/gen_length.c (length_type): Make the length functions
|