Symbol: CODE
libexec/login_ldap/util.c
100
CODE(LDAP_SASL_BIND_IN_PROGRESS);
libexec/login_ldap/util.c
101
CODE(LDAP_NO_SUCH_ATTRIBUTE);
libexec/login_ldap/util.c
102
CODE(LDAP_UNDEFINED_TYPE);
libexec/login_ldap/util.c
103
CODE(LDAP_INAPPROPRIATE_MATCHING);
libexec/login_ldap/util.c
104
CODE(LDAP_CONSTRAINT_VIOLATION);
libexec/login_ldap/util.c
105
CODE(LDAP_TYPE_OR_VALUE_EXISTS);
libexec/login_ldap/util.c
106
CODE(LDAP_INVALID_SYNTAX);
libexec/login_ldap/util.c
107
CODE(LDAP_NO_SUCH_OBJECT);
libexec/login_ldap/util.c
108
CODE(LDAP_ALIAS_PROBLEM);
libexec/login_ldap/util.c
109
CODE(LDAP_INVALID_DN_SYNTAX);
libexec/login_ldap/util.c
110
CODE(LDAP_ALIAS_DEREF_PROBLEM);
libexec/login_ldap/util.c
111
CODE(LDAP_INAPPROPRIATE_AUTH);
libexec/login_ldap/util.c
112
CODE(LDAP_INVALID_CREDENTIALS);
libexec/login_ldap/util.c
113
CODE(LDAP_INSUFFICIENT_ACCESS);
libexec/login_ldap/util.c
114
CODE(LDAP_BUSY);
libexec/login_ldap/util.c
115
CODE(LDAP_UNAVAILABLE);
libexec/login_ldap/util.c
116
CODE(LDAP_UNWILLING_TO_PERFORM);
libexec/login_ldap/util.c
117
CODE(LDAP_LOOP_DETECT);
libexec/login_ldap/util.c
118
CODE(LDAP_NAMING_VIOLATION);
libexec/login_ldap/util.c
119
CODE(LDAP_OBJECT_CLASS_VIOLATION);
libexec/login_ldap/util.c
120
CODE(LDAP_NOT_ALLOWED_ON_NONLEAF);
libexec/login_ldap/util.c
121
CODE(LDAP_NOT_ALLOWED_ON_RDN);
libexec/login_ldap/util.c
122
CODE(LDAP_ALREADY_EXISTS);
libexec/login_ldap/util.c
123
CODE(LDAP_NO_OBJECT_CLASS_MODS);
libexec/login_ldap/util.c
124
CODE(LDAP_AFFECTS_MULTIPLE_DSAS);
libexec/login_ldap/util.c
125
CODE(LDAP_OTHER);
libexec/login_ldap/util.c
87
CODE(LDAP_SUCCESS);
libexec/login_ldap/util.c
88
CODE(LDAP_OPERATIONS_ERROR);
libexec/login_ldap/util.c
89
CODE(LDAP_PROTOCOL_ERROR);
libexec/login_ldap/util.c
90
CODE(LDAP_TIMELIMIT_EXCEEDED);
libexec/login_ldap/util.c
91
CODE(LDAP_SIZELIMIT_EXCEEDED);
libexec/login_ldap/util.c
92
CODE(LDAP_COMPARE_FALSE);
libexec/login_ldap/util.c
93
CODE(LDAP_COMPARE_TRUE);
libexec/login_ldap/util.c
94
CODE(LDAP_STRONG_AUTH_NOT_SUPPORTED);
libexec/login_ldap/util.c
95
CODE(LDAP_STRONG_AUTH_REQUIRED);
libexec/login_ldap/util.c
96
CODE(LDAP_REFERRAL);
libexec/login_ldap/util.c
97
CODE(LDAP_ADMINLIMIT_EXCEEDED);
libexec/login_ldap/util.c
98
CODE(LDAP_UNAVAILABLE_CRITICAL_EXTENSION);
libexec/login_ldap/util.c
99
CODE(LDAP_CONFIDENTIALITY_REQUIRED);
sbin/pfctl/parse.y
3626
| icmptype CODE STRING {
sbin/pfctl/parse.y
3645
| icmptype CODE NUMBER {
sbin/pfctl/parse.y
3671
| icmp6type CODE STRING {
sbin/pfctl/parse.y
3690
| icmp6type CODE NUMBER {
sbin/pfctl/parse.y
532
%token ICMP6TYPE CODE KEEP MODULATE STATE PORT BINATTO NODF
sbin/pfctl/parse.y
5497
{ "code", CODE},
sbin/pfctl/pfctl_parser.c
315
CODE *c;
sbin/pfctl/pfctl_parser.c
345
CODE *c;
sbin/unwind/libunbound/util/data/msgreply.h
593
#define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \
sbin/unwind/libunbound/util/data/msgreply.h
598
} ede = { htons(CODE), TXT }; \
sbin/unwind/libunbound/util/data/msgreply.h
600
" message: '%s'", CODE, TXT); \
sys/net/if_pppoe.c
105
#define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \
sys/net/if_pppoe.c
107
*(PTR)++ = (CODE); \
sys/sys/syslog.h
122
CODE facilitynames[] = {
sys/sys/syslog.h
75
CODE prioritynames[] = {
usr.bin/ldap/ldapclient.c
637
CODE(LDAP_SUCCESS);
usr.bin/ldap/ldapclient.c
638
CODE(LDAP_OPERATIONS_ERROR);
usr.bin/ldap/ldapclient.c
639
CODE(LDAP_PROTOCOL_ERROR);
usr.bin/ldap/ldapclient.c
640
CODE(LDAP_TIMELIMIT_EXCEEDED);
usr.bin/ldap/ldapclient.c
641
CODE(LDAP_SIZELIMIT_EXCEEDED);
usr.bin/ldap/ldapclient.c
642
CODE(LDAP_COMPARE_FALSE);
usr.bin/ldap/ldapclient.c
643
CODE(LDAP_COMPARE_TRUE);
usr.bin/ldap/ldapclient.c
644
CODE(LDAP_STRONG_AUTH_NOT_SUPPORTED);
usr.bin/ldap/ldapclient.c
645
CODE(LDAP_STRONG_AUTH_REQUIRED);
usr.bin/ldap/ldapclient.c
646
CODE(LDAP_REFERRAL);
usr.bin/ldap/ldapclient.c
647
CODE(LDAP_ADMINLIMIT_EXCEEDED);
usr.bin/ldap/ldapclient.c
648
CODE(LDAP_UNAVAILABLE_CRITICAL_EXTENSION);
usr.bin/ldap/ldapclient.c
649
CODE(LDAP_CONFIDENTIALITY_REQUIRED);
usr.bin/ldap/ldapclient.c
650
CODE(LDAP_SASL_BIND_IN_PROGRESS);
usr.bin/ldap/ldapclient.c
651
CODE(LDAP_NO_SUCH_ATTRIBUTE);
usr.bin/ldap/ldapclient.c
652
CODE(LDAP_UNDEFINED_TYPE);
usr.bin/ldap/ldapclient.c
653
CODE(LDAP_INAPPROPRIATE_MATCHING);
usr.bin/ldap/ldapclient.c
654
CODE(LDAP_CONSTRAINT_VIOLATION);
usr.bin/ldap/ldapclient.c
655
CODE(LDAP_TYPE_OR_VALUE_EXISTS);
usr.bin/ldap/ldapclient.c
656
CODE(LDAP_INVALID_SYNTAX);
usr.bin/ldap/ldapclient.c
657
CODE(LDAP_NO_SUCH_OBJECT);
usr.bin/ldap/ldapclient.c
658
CODE(LDAP_ALIAS_PROBLEM);
usr.bin/ldap/ldapclient.c
659
CODE(LDAP_INVALID_DN_SYNTAX);
usr.bin/ldap/ldapclient.c
660
CODE(LDAP_ALIAS_DEREF_PROBLEM);
usr.bin/ldap/ldapclient.c
661
CODE(LDAP_INAPPROPRIATE_AUTH);
usr.bin/ldap/ldapclient.c
662
CODE(LDAP_INVALID_CREDENTIALS);
usr.bin/ldap/ldapclient.c
663
CODE(LDAP_INSUFFICIENT_ACCESS);
usr.bin/ldap/ldapclient.c
664
CODE(LDAP_BUSY);
usr.bin/ldap/ldapclient.c
665
CODE(LDAP_UNAVAILABLE);
usr.bin/ldap/ldapclient.c
666
CODE(LDAP_UNWILLING_TO_PERFORM);
usr.bin/ldap/ldapclient.c
667
CODE(LDAP_LOOP_DETECT);
usr.bin/ldap/ldapclient.c
668
CODE(LDAP_NAMING_VIOLATION);
usr.bin/ldap/ldapclient.c
669
CODE(LDAP_OBJECT_CLASS_VIOLATION);
usr.bin/ldap/ldapclient.c
670
CODE(LDAP_NOT_ALLOWED_ON_NONLEAF);
usr.bin/ldap/ldapclient.c
671
CODE(LDAP_NOT_ALLOWED_ON_RDN);
usr.bin/ldap/ldapclient.c
672
CODE(LDAP_ALREADY_EXISTS);
usr.bin/ldap/ldapclient.c
673
CODE(LDAP_NO_OBJECT_CLASS_MODS);
usr.bin/ldap/ldapclient.c
674
CODE(LDAP_AFFECTS_MULTIPLE_DSAS);
usr.bin/ldap/ldapclient.c
675
CODE(LDAP_OTHER);
usr.bin/logger/logger.c
163
decode(char *name, CODE *codetab)
usr.bin/logger/logger.c
165
CODE *c;
usr.bin/logger/logger.c
45
int decode(char *, CODE *);
usr.sbin/bgpd/parse.y
1402
| icmptype CODE STRING {
usr.sbin/bgpd/parse.y
1420
| icmptype CODE NUMBER {
usr.sbin/bgpd/parse.y
245
%token FLOWSPEC PROTO FLAGS FRAGMENT TOS LENGTH ICMPTYPE CODE
usr.sbin/nsd/edns.h
88
#define ASSIGN_EDE_CODE_AND_STRING_LITERAL(EDE, CODE, LITERAL) \
usr.sbin/nsd/edns.h
90
EDE = (CODE); \
usr.sbin/relayd/parse.y
173
%token CODE COOKIE DEMOTE DIGEST DISABLE ERROR EXPECT PASS BLOCK EXTERNAL
usr.sbin/relayd/parse.y
2435
{ "code", CODE },
usr.sbin/relayd/parse.y
912
| http_type STRING hostname CODE NUMBER {
usr.sbin/syslogd/syslogd.c
3097
decode(const char *name, const CODE *codetab)
usr.sbin/syslogd/syslogd.c
3099
const CODE *c;
usr.sbin/syslogd/syslogd.c
342
int decode(const char *, const CODE *);
usr.sbin/unbound/util/data/msgreply.h
593
#define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \
usr.sbin/unbound/util/data/msgreply.h
598
} ede = { htons(CODE), TXT }; \
usr.sbin/unbound/util/data/msgreply.h
600
" message: '%s'", CODE, TXT); \