functions common to protocol encoders/decoders.
More...
#include <freeradius-devel/libradius.h>
Go to the source code of this file.
|
void | fr_proto_print (char const *file, int line, char const *fmt,...) |
|
void | fr_proto_print_hex_data (char const *file, int line, char const *msg, uint8_t const *data, size_t data_len) |
|
void | fr_proto_tlv_stack_build (fr_dict_attr_t const **tlv_stack, fr_dict_attr_t const *da) |
|
void | fr_proto_tlv_stack_print (char const *file, int line, char const *func, fr_dict_attr_t const **tlv_stack, unsigned int depth) |
|
functions common to protocol encoders/decoders.
- Id:
- a313d95b530e324babccb45e4446dfa9dc964b9e
- Copyright
- 2015 The FreeRADIUS server project
Definition in file proto.c.
void fr_proto_print |
( |
char const * |
file, |
|
|
int |
line, |
|
|
char const * |
fmt, |
|
|
|
... |
|
) |
| |
void fr_proto_print_hex_data |
( |
char const * |
file, |
|
|
int |
line, |
|
|
char const * |
msg, |
|
|
uint8_t const * |
data, |
|
|
size_t |
data_len |
|
) |
| |
void fr_proto_tlv_stack_print |
( |
char const * |
file, |
|
|
int |
line, |
|
|
char const * |
func, |
|
|
fr_dict_attr_t const ** |
tlv_stack, |
|
|
unsigned int |
depth |
|
) |
| |
unsigned int proto_log_indent = 30 |
|
static |