|
libexplain
1.4.D001
|
#include <libexplain/ac/arpa/inet.h>#include <libexplain/buffer/in6_addr.h>#include <libexplain/buffer/pointer.h>#include <libexplain/is_efault.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.
1.7.6.1