libexplain  1.4.D001
Functions
libexplain/buffer/ifreq_data/string.c File Reference
#include <libexplain/ac/net/if.h>
#include <libexplain/buffer/ifreq_data/string.h>
#include <libexplain/buffer/pathname.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/is_efault.h>

Go to the source code of this file.

Functions

void explain_buffer_ifreq_data_string (explain_string_buffer_t *sb, const struct ifreq *data, int follow)

Function Documentation

void explain_buffer_ifreq_data_string ( explain_string_buffer_t sb,
const struct ifreq *  data,
int  follow 
)

The explain_buffer_ifreq_data_string function may be used to print a representation of a ifreq->ifr_data->string structure.

Parameters:
sbThe string buffer to print into.
dataThe ifreq->ifr_data->string structure to be printed.
followwhether or not to follow the data->ifr_data pointer

Definition at line 28 of file string.c.