Searched refs:nm_flags (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_prn.c | 64 return p->nm_flags; in ASN1_PCTX_get_nm_flags() 69 p->nm_flags = flags; in ASN1_PCTX_set_nm_flags()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | asn1.h | 126 unsigned long nm_flags; member
|
/freebsd/contrib/tcpdump/ |
H A D | print-smb.c | 1083 u_int name_trn_id, response, opcode, nm_flags, rcode; in nbt_udp137_print() local 1092 nm_flags = ((GET_U_1(data + 2) & 0x7) << 4) + (GET_U_1(data + 3) >> 4); in nbt_udp137_print() 1111 (nm_flags & 1) ? "BROADCAST" : "UNICAST"); in nbt_udp137_print() 1117 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, in nbt_udp137_print()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_name.c | 288 indent, pctx->nm_flags) <= 0) in x509_name_ex_print()
|