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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-radius.c448 print_attr_string(register u_char *data, u_int length, u_short attr_code )
454 switch(attr_code)
504 print_vendor_attr(register u_char *data, u_int length, u_short attr_code _U_)
570 print_attr_num(register u_char *data, u_int length, u_short attr_code )
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
589 if ( (attr_code == TUNNEL_TYPE) || (attr_code == TUNNEL_MEDIUM) )
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code]
761 print_attr_strange(register u_char *data, u_int length, u_short attr_code) argument
[all...]

Completed in 79 milliseconds