|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_in6_ifreq (explain_string_buffer_t *sb, const struct in6_ifreq *data) |
| void explain_buffer_in6_ifreq | ( | explain_string_buffer_t * | sb, |
| const struct in6_ifreq * | data | ||
| ) |
The explain_buffer_in6_ifreq function may be used to print a representation of an in6_ifreq structure.
| sb | The string buffer to print into. |
| data | The in6_ifreq structure to be printed. |
Definition at line 52 of file in6_ifreq.c.
1.7.6.1