libexplain  1.4.D001
Functions
libexplain/buffer/pppol2tp_ioc_stats.h File Reference
#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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
dataThe pppol2tp_ioc_stats structure to be printed.
replytrue if this is the reply, false if it is the request

Definition at line 72 of file pppol2tp_ioc_stats.c.