HomeSort by: relevance | last modified time | path
    Searched defs:nm_flags (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/crypto/
asn1.h 126 unsigned long nm_flags; member in struct:asn1_pctx_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
asn1.h 126 unsigned long nm_flags; member in struct:asn1_pctx_st
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
asn1.h 107 unsigned long nm_flags; member in struct:asn1_pctx_st
  /src/external/bsd/tcpdump/dist/
print-smb.c 1088 u_int name_trn_id, response, opcode, nm_flags, rcode; local
1097 nm_flags = ((GET_U_1(data + 2) & 0x7) << 4) + (GET_U_1(data + 3) >> 4);
1116 (nm_flags & 1) ? "BROADCAST" : "UNICAST");
1122 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,

Completed in 21 milliseconds