|
libexplain
1.4.D001
|
#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) |
| 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.
| sb | The string buffer to print into. |
| data | The master_config structure to be printed. |
| extended_form | Print the contents of ifreq::ifr_data as well. |
Definition at line 71 of file master_config.c.
1.7.6.1