|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_pppol2tp_ioc_stats (explain_string_buffer_t *sb, const struct pppol2tp_ioc_stats *data, int reply) |
| void explain_buffer_pppol2tp_ioc_stats | ( | explain_string_buffer_t * | sb, |
| const struct pppol2tp_ioc_stats * | data, | ||
| int | reply | ||
| ) |
The explain_buffer_pppol2tp_ioc_stats function may be used to print a representation of a pppol2tp_ioc_stats structure.
| sb | The string buffer to print into. |
| data | The pppol2tp_ioc_stats structure to be printed. |
| reply | true if this is the reply, false if it is the request |
Definition at line 72 of file pppol2tp_ioc_stats.c.
1.7.6.1