Symbol: attr_type
lib/libexpat/tests/handlers.c
1561
const XML_Char *attr_type,
lib/libexpat/tests/handlers.c
1569
if (xcstrcmp(attr_type, at->attr_type) != 0)
lib/libexpat/tests/handlers.h
444
const XML_Char *attr_type;
lib/libexpat/tests/handlers.h
451
const XML_Char *attr_type, const XML_Char *default_value, int is_required);
sbin/iked/config.c
1252
uint8_t attr_type)
sbin/iked/config.c
1261
cfgmap.attr_type = attr_type;
sbin/iked/config.c
1301
cfgmap->attr_type == cfgmap0->attr_type) {
sbin/iked/iked.h
766
uint8_t attr_type;
sbin/iked/ikev2.c
2821
attr->attr_type = htobe16(IKEV2_ATTRAF_TV |
sbin/iked/ikev2.h
270
uint16_t attr_type; /* Attribute type */
sbin/iked/ikev2_pld.c
605
type = betoh16(attr.attr_type) & ~IKEV2_ATTRAF_TV;
sbin/iked/ikev2_pld.c
611
if (betoh16(attr.attr_type) & IKEV2_ATTRAF_TV) {
sbin/iked/radius.c
290
cfgmap->vendor_id, cfgmap->attr_type);
sbin/iked/radius.c
295
cfgmap->vendor_id, cfgmap->attr_type);
sbin/iked/radius.c
536
int cfg_type, uint32_t vendor_id, uint8_t attr_type)
sbin/iked/radius.c
560
if (vendor_id == 0 && radius_has_attr(pkt, attr_type))
sbin/iked/radius.c
561
radius_get_ipv4_attr(pkt, attr_type, &ia4);
sbin/iked/radius.c
563
attr_type))
sbin/iked/radius.c
564
radius_get_vs_ipv4_attr(pkt, vendor_id, attr_type,
sbin/iked/radius.c
617
if (vendor_id == 0 && radius_has_attr(pkt, attr_type))
sbin/iked/radius.c
618
radius_get_ipv6_attr(pkt, attr_type, &ia6);
sbin/iked/radius.c
620
attr_type))
sbin/iked/radius.c
621
radius_get_vs_ipv6_attr(pkt, vendor_id, attr_type,
usr.sbin/ldapd/attributes.c
50
ldap_find_attribute(struct ber_element *entry, struct attr_type *at)
usr.sbin/ldapd/ldapd.h
154
struct attr_type *at;
usr.sbin/ldapd/ldapd.h
411
struct attr_type *at);
usr.sbin/ldapd/ldape.c
242
struct attr_type *at;
usr.sbin/ldapd/modify.c
130
struct attr_type *at;
usr.sbin/ldapd/modify.c
245
struct attr_type *at;
usr.sbin/ldapd/schema.c
1157
strlcat(buf, ATTR_NAME(aptr->attr_type), size) >= size)
usr.sbin/ldapd/schema.c
1163
if (strlcat(buf, ATTR_NAME(aptr->attr_type),
usr.sbin/ldapd/schema.c
1265
schema_dump_attribute(struct attr_type *at, char *buf, size_t size)
usr.sbin/ldapd/schema.c
203
push_attr(struct attr_list *alist, struct attr_type *a)
usr.sbin/ldapd/schema.c
220
aptr->attr_type = a;
usr.sbin/ldapd/schema.c
33
attr_oid_cmp(struct attr_type *a, struct attr_type *b)
usr.sbin/ldapd/schema.c
458
schema_link_attr_name(struct schema *schema, const char *name, struct attr_type *attr)
usr.sbin/ldapd/schema.c
482
schema_link_attr_names(struct schema *schema, struct attr_type *attr)
usr.sbin/ldapd/schema.c
56
RB_GENERATE(attr_type_tree, attr_type, link, attr_oid_cmp);
usr.sbin/ldapd/schema.c
577
struct attr_type *attr;
usr.sbin/ldapd/schema.c
61
static struct attr_list *push_attr(struct attr_list *alist, struct attr_type *a);
usr.sbin/ldapd/schema.c
66
struct attr_type *
usr.sbin/ldapd/schema.c
671
schema_validate_match_rule(struct schema *schema, struct attr_type *at,
usr.sbin/ldapd/schema.c
702
struct attr_type *attr = NULL, *prev, *sup;
usr.sbin/ldapd/schema.c
79
struct attr_type *
usr.sbin/ldapd/schema.c
82
struct attr_type find;
usr.sbin/ldapd/schema.c
88
struct attr_type *
usr.sbin/ldapd/schema.h
121
struct attr_type *ou_attr_type;
usr.sbin/ldapd/schema.h
159
int schema_dump_attribute(struct attr_type *obj,
usr.sbin/ldapd/schema.h
164
struct attr_type *lookup_attribute_by_oid(struct schema *schema, char *oid);
usr.sbin/ldapd/schema.h
165
struct attr_type *lookup_attribute_by_name(struct schema *schema, char *name);
usr.sbin/ldapd/schema.h
166
struct attr_type *lookup_attribute(struct schema *schema, char *oid_or_name);
usr.sbin/ldapd/schema.h
64
RB_ENTRY(attr_type) link;
usr.sbin/ldapd/schema.h
69
struct attr_type *sup;
usr.sbin/ldapd/schema.h
79
RB_HEAD(attr_type_tree, attr_type);
usr.sbin/ldapd/schema.h
80
RB_PROTOTYPE(attr_type_tree, attr_type, link, attr_oid_cmp);
usr.sbin/ldapd/schema.h
84
struct attr_type *attr_type;
usr.sbin/ldapd/search.c
551
struct attr_type *at;
usr.sbin/ldapd/search.c
57
struct attr_type *at;
usr.sbin/ldapd/validate.c
107
struct attr_type *at;
usr.sbin/ldapd/validate.c
192
has_attribute(struct attr_type *at, struct attr_list *alist)
usr.sbin/ldapd/validate.c
200
if (at == ap->attr_type)
usr.sbin/ldapd/validate.c
209
validate_allowed_attribute(struct attr_type *at, struct obj_list *olist)
usr.sbin/ldapd/validate.c
292
struct attr_type *at;
usr.sbin/ldapd/validate.c
32
struct attr_type *at;
usr.sbin/ldapd/validate.c
38
at = ap->attr_type;
usr.sbin/ldapd/validate.c
51
validate_attribute(struct attr_type *at, struct ber_element *vals)
usr.sbin/npppd/l2tp/l2tp_call.c
302
"type=%d", avp->vendor_id, avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_call.c
309
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
310
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_call.c
320
switch (avp->attr_type) {
usr.sbin/npppd/l2tp/l2tp_call.c
352
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
353
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_call.c
365
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
366
avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_call.c
410
avp->attr_type = L2TP_AVP_TYPE_MESSAGE_TYPE;
usr.sbin/npppd/l2tp/l2tp_call.c
416
avp->attr_type = L2TP_AVP_TYPE_ASSIGNED_SESSION_ID;
usr.sbin/npppd/l2tp/l2tp_call.c
491
"type=%d", avp->vendor_id, avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_call.c
498
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
499
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_call.c
509
switch (avp->attr_type) {
usr.sbin/npppd/l2tp/l2tp_call.c
596
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
597
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_call.c
607
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
608
avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_call.c
649
"type=%d", avp->vendor_id, avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_call.c
656
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
657
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_call.c
667
switch (avp->attr_type) {
usr.sbin/npppd/l2tp/l2tp_call.c
694
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
695
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_call.c
707
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_call.c
708
avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_call.c
755
avp->attr_type = L2TP_AVP_TYPE_MESSAGE_TYPE;
usr.sbin/npppd/l2tp/l2tp_call.c
762
avp->attr_type = L2TP_AVP_TYPE_RESULT_CODE;
usr.sbin/npppd/l2tp/l2tp_call.c
794
avp->attr_type = L2TP_AVP_TYPE_ASSIGNED_SESSION_ID;
usr.sbin/npppd/l2tp/l2tp_call.c
962
ppp_cause.avp.attr_type =
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1158
"type=%d", avp->vendor_id, avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1161
switch (avp->attr_type) {
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1225
"mandatory", avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1226
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1231
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1232
avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1282
avp->attr_type = L2TP_AVP_TYPE_MESSAGE_TYPE;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1289
avp->attr_type = L2TP_AVP_TYPE_ASSINGED_TUNNEL_ID;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1296
avp->attr_type = L2TP_AVP_TYPE_RESULT_CODE;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1331
"type=%d", avp->vendor_id, avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1338
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1339
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1348
switch (avp->attr_type) {
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1375
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1376
avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1381
avp_attr_type_string(avp->attr_type),
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1382
avp->attr_type));
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1437
avp->attr_type = L2TP_AVP_TYPE_MESSAGE_TYPE;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1444
avp->attr_type = L2TP_AVP_TYPE_PROTOCOL_VERSION;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1452
avp->attr_type = L2TP_AVP_TYPE_FRAMING_CAPABILITIES;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1459
avp->attr_type = L2TP_AVP_TYPE_HOST_NAME;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1471
avp->attr_type = L2TP_AVP_TYPE_ASSINGED_TUNNEL_ID;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1488
avp->attr_type = L2TP_AVP_TYPE_FIRMWARE_REVISION;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1497
avp->attr_type = L2TP_AVP_TYPE_VENDOR_NAME;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1507
avp->attr_type = L2TP_AVP_TYPE_RECV_WINDOW_SIZE;
usr.sbin/npppd/l2tp/l2tp_ctrl.c
1536
avp->attr_type = L2TP_AVP_TYPE_MESSAGE_TYPE;
usr.sbin/npppd/l2tp/l2tp_subr.c
225
avp_attr_type_string(int attr_type)
usr.sbin/npppd/l2tp/l2tp_subr.c
230
if (attr_type == l2tp_avp_attribute_names[i].label)
usr.sbin/npppd/l2tp/l2tp_subr.c
282
uint16_t vendor_id, uint16_t attr_type, int fill_data)
usr.sbin/npppd/l2tp/l2tp_subr.c
289
if (avp->vendor_id != vendor_id || avp->attr_type != attr_type) {
usr.sbin/npppd/l2tp/l2tp_subr.c
322
avp1.attr_type = htons(avp->attr_type);
usr.sbin/npppd/l2tp/l2tp_subr.c
79
avp->attr_type = *pkt << 8;
usr.sbin/npppd/l2tp/l2tp_subr.c
80
avp->attr_type |= *(pkt + 1);
usr.sbin/npppd/l2tp/l2tp_subr.h
105
avp_attr_type_string((_avp)->attr_type), \
usr.sbin/npppd/l2tp/l2tp_subr.h
115
avp_attr_type_string((_avp)->attr_type), \
usr.sbin/npppd/l2tp/l2tp_subr.h
49
uint16_t attr_type;
usr.sbin/radiusd/radiusd_standard.c
424
radius_const_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type,
usr.sbin/radiusd/radiusd_standard.c
430
if (radius_get_uint32_attr(radpkt, attr_type, &u32val) != 0)
usr.sbin/radiusd/radiusd_standard.c
443
radius_u32_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type,
usr.sbin/radiusd/radiusd_standard.c
448
if (radius_get_uint32_attr(radpkt, attr_type, &u32val) != 0)
usr.sbin/radiusd/radiusd_standard.c
454
radius_str_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type,
usr.sbin/radiusd/radiusd_standard.c
459
if (radius_get_string_attr(radpkt, attr_type, strval, sizeof(strval))
usr.sbin/radiusd/radiusd_standard.c
466
radius_ipv4_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type,
usr.sbin/radiusd/radiusd_standard.c
472
if (radius_get_ipv4_attr(radpkt, attr_type, &ipv4) != 0)
usr.sbin/radiusd/radiusd_standard.c
479
radius_ipv6_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type,
usr.sbin/radiusd/radiusd_standard.c
485
if (radius_get_ipv6_attr(radpkt, attr_type, &ipv6) != 0)
usr.sbin/tcpdump/print-ike.c
721
ike_cfg_attribute_print (u_int8_t *buf, int attr_type, int maxlen)