Home
last modified time | relevance | path

Searched refs:SEQUENCEOF (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c399 #define SEQUENCEOF 0x0003 macro
472 static asndefT attributes = {"Attribute List", SEQUENCEOF, -1, 1, {
499 static asndefT partialAttributes = {"Partial Attributes", SEQUENCEOF, -1, 1, {
557 static asndefT referral = {"Referral", SEQUENCEOF, -1, 1, {
593 static asndefT modification = {"Modification", SEQUENCEOF, -1, 1, {
606 static asndefT addAttributes = {"Attributes", SEQUENCEOF, -1, 1, {
657 static asndefT searchResRef = {"Operation", SEQUENCEOF, 19, 1, {
699 static asndefT controls = {"Controls List", SEQUENCEOF, -1, 1, {
1025 case SEQUENCEOF: in decpdu()