Searched refs:attr_type (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dattr_print0.c109 int attr_type; local
131 while ((attr_type = va_arg(ap, int)) != ATTR_TYPE_END) {
132 switch (attr_type) {
189 msg_panic("%s: unknown type code: %d", myname, attr_type);
H A Dattr_print_plain.c110 int attr_type; local
132 while ((attr_type = va_arg(ap, int)) != ATTR_TYPE_END) {
133 switch (attr_type) {
183 msg_panic("%s: unknown type code: %d", myname, attr_type);
H A Dattr_print64.c144 int attr_type; local
165 while ((attr_type = va_arg(ap, int)) != ATTR_TYPE_END) {
166 switch (attr_type) {
228 msg_panic("%s: unknown type code: %d", myname, attr_type);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-radius.c341 } attr_type[]= variable in typeref:struct:attrtype
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code].first_subtype) &&
604 data_value >= attr_type[attr_code].first_subtype )
844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
845 attr_string = attr_type[rad_attr->type].name;
869 if (rad_attr->type < TAM_SIZE(attr_type))
873 if ( attr_type[rad_att
[all...]
H A Dprint-l2tp.c457 u_int16_t attr_type; local
502 attr_type = EXTRACT_16BITS(ptr); ptr++;
503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
508 switch (attr_type) {
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradius_eap.c192 int err = 0, attr_type, len, n; local
270 while ((attr_type = rad_get_attr(rad_handle, (const void **)&attr_value, &attr_len)) > 0 ) {
272 switch (attr_type) {
276 attr_type = rad_get_vendor_attr(&attr_vendor, (const void **)&attr_value, &attr_len);
277 switch (attr_type) {
318 while ((attr_type = rad_get_attr(rad_handle, (const void **)&attr_value, &attr_len)) > 0 ) {
320 switch (attr_type) {
H A Dmain.c574 int err, ret = 0, attr_type, i; local
706 while ((attr_type = rad_get_attr(h, (const void **)&attr_value, &attr_len)) > 0 ) {
708 switch (attr_type) {
712 attr_type = rad_get_vendor_attr(&attr_vendor, (const void **)&attr_value, &attr_len);
713 switch (attr_type) {
767 while ((attr_type = rad_get_attr(h, (const void **)&attr_value, &attr_len)) > 0 ) {
769 switch (attr_type) {
772 attr_type = rad_get_vendor_attr(&attr_vendor, (const void **)&attr_value, &attr_len);
774 switch (attr_type) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsysinfo.y50 %type <s> attr_desc attr_id attr_type
254 '(' attr_desc '(' attr_type attr_size ')' attr_id
361 attr_type: label
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Drpc.idl1672 [in] uuid_p_t attr_type,
1686 [in] uuid_p_t attr_type,
1700 [in] uuid_p_t attr_type,
1727 [in] uuid_p_t attr_type,

Completed in 99 milliseconds