Searched refs:asndefT (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 398 } asndefT, * asndefTp; typedef 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 not = {"Not", SET, -1, 1, { [all …]
|