libexplain  1.4.D001
Functions
libexplain/buffer/pppol2tp_ioc_stats.c File Reference
#include <libexplain/ac/linux/if_ppp.h>
#include <libexplain/buffer/int.h>
#include <libexplain/buffer/int64_t.h>
#include <libexplain/buffer/pppol2tp_ioc_stats.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/is_efault.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.