Searched defs:asndefT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c398 } asndefT, * asndefTp; typedef in typeref:struct:asndefS
411 static asndefT RTSpasswd = { "RTS Authentification data", SET, -1, 2, {
414 static asndefT RTSudata = { "RTS User data", SET, -1, 1, {
417 static asndefT baseObject = {"Base Object", PRINTABLE, -1, 0, {0}};
419 static asndefT scope = {"Scope", ENUM, -1, 3, {
424 static asndefT derefAliases = {"DerefAliases", ENUM, -1, 4, {
430 static asndefT filter;
431 static asndefT and = {"And", SET, -1, 1, {
433 static asndefT or = {"Or", SET, -1, 1, {
435 static asndefT no
[all...]

Completed in 46 milliseconds