Searched refs:asndefT (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 396 } asndefT, * asndefTp; typedef 409 static asndefT RTSpasswd = { "RTS Authentification data", SET, -1, 2, { 412 static asndefT RTSudata = { "RTS User data", SET, -1, 1, { 415 static asndefT baseObject = {"Base Object", PRINTABLE, -1, 0, {0}}; 417 static asndefT scope = {"Scope", ENUM, -1, 3, { 422 static asndefT derefAliases = {"DerefAliases", ENUM, -1, 4, { 428 static asndefT filter; 429 static asndefT and = {"And", SET, -1, 1, { 431 static asndefT or = {"Or", SET, -1, 1, { 433 static asndefT not = {"Not", SET, -1, 1, { [all …]
|