Home
last modified time | relevance | path

Searched refs:nm_flags (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/asn1/
Dtasn_prn.c95 ret->nm_flags = 0; in ASN1_PCTX_new()
119 return p->nm_flags; in ASN1_PCTX_get_nm_flags()
124 p->nm_flags = flags; in ASN1_PCTX_set_nm_flags()
Dasn1_locl.h66 unsigned long nm_flags; member
Dx_name.c298 indent, pctx->nm_flags) <= 0) in x509_name_ex_print()
/external/tcpdump/
Dprint-smb.c1093 int name_trn_id, response, opcode, nm_flags, rcode; in nbt_udp137_print() local
1103 nm_flags = ((data[2] & 0x7) << 4) + (data[3] >> 4); in nbt_udp137_print()
1142 if (nm_flags & 1) in nbt_udp137_print()
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, in nbt_udp137_print()