HomeSort by: relevance | last modified time | path
    Searched refs:length_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-ether.c 151 u_short length_type; local
205 length_type = GET_BE_U_2(p);
216 if (length_type == ETHERTYPE_MACSEC) {
222 ether_type_print(ndo, length_type);
242 length_type = GET_BE_U_2(p);
255 while (length_type == ETHERTYPE_8021Q ||
256 length_type == ETHERTYPE_8021Q9100 ||
257 length_type == ETHERTYPE_8021Q9200 ||
258 length_type == ETHERTYPE_8021QinQ) {
277 ether_type_print(ndo, length_type);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_length.c 65 length_type (const char *name, const Type *t, function
71 length_type (name, t->symbol->type);
166 length_type (s, m->type, "ret", m->gen_name);
206 length_type(n, t->subtype, variable, sname);
255 length_type (name, t->subtype, variable, tname);
280 length_type ("data", s->type, "ret", "Top");
  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet.h 320 pgp_ptag_of_lt_t length_type; /* Length type (#pgp_ptag_of_lt_t) member in struct:__anon1005
packet-parse.c 3165 pkt.u.ptag.length_type = 0;
3176 pkt.u.ptag.length_type = ptag & PGP_PTAG_OF_LENGTH_TYPE_MASK;
3177 switch (pkt.u.ptag.length_type) {
packet-print.c 891 printf("==== ptag new_format=%u type=%u length_type=%d"
894 content->ptag.type, content->ptag.length_type,

Completed in 29 milliseconds