Home
last modified time | relevance | path

Searched defs:nm_flags (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libcrypto/asn1/
H A Dasn1_local.h86 unsigned long nm_flags; member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-smb.c663 int nm_flags = ((CVAL(data,2) & 0x7) << 4) + (CVAL(data,3)>>4); in nbt_udp137_print() local