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