Searched refs:length_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-ether.c | 96 uint16_t length_type; in ether_hdr_print() local 106 if (length_type <= ETHERMTU) { in ether_hdr_print() 108 length = length_type; in ether_hdr_print() 114 if (length_type <= ETHERMTU) { in ether_hdr_print() 116 length = length_type; in ether_hdr_print() 139 u_short length_type; in ether_print() local 176 if (length_type <= ETHERMTU) { in ether_print() 186 } else if (length_type == ETHERTYPE_8021Q || in ether_print() 208 length_type = EXTRACT_16BITS(p + 2); in ether_print() 209 if (ndo->ndo_eflag && length_type > ETHERMTU) in ether_print() [all …]
|
| /freebsd-12.1/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() 163 length_type (s, m->type, "ret", m->gen_name); in length_type() 202 length_type(n, t->subtype, variable, sname); in length_type() 251 length_type (name, t->subtype, variable, tname); in length_type() 276 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-12.1/contrib/gcc/ |
| H A D | optabs.c | 3631 tree length_type; in prepare_cmp_insn() local 3673 length_type = sizetype; in prepare_cmp_insn() 3675 cmp_mode = TYPE_MODE (length_type); in prepare_cmp_insn() 3676 size = convert_to_mode (TYPE_MODE (length_type), size, in prepare_cmp_insn() 3677 TYPE_UNSIGNED (length_type)); in prepare_cmp_insn()
|
| /freebsd-12.1/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
|