libexplain  1.4.D001
Functions
libexplain/buffer/ifreq/master_config.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_ifreq_master_config (explain_string_buffer_t *sb, const struct ifreq *data, int extended_form)

Function Documentation

void explain_buffer_ifreq_master_config ( explain_string_buffer_t sb,
const struct ifreq *  data,
int  extended_form 
)

The explain_buffer_ifreq_master_config function may be used to print a representation of a ifreq->master_config structure.

Parameters:
sbThe string buffer to print into.
dataThe master_config structure to be printed.
extended_formPrint the contents of ifreq::ifr_data as well.

Definition at line 71 of file master_config.c.