libexplain
1.4.D001
|
#include <libexplain/string_buffer.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) |
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.
sb | The string buffer to print into. |
data | The ifreq->ifr_data->string structure to be printed. |
follow | whether or not to follow the data->ifr_data pointer |