libexplain  1.4.D001
Functions
libexplain/buffer/in6_addr.h File Reference
#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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
dataThe in6_addr structure to be printed.

Definition at line 46 of file in6_addr.c.