|
libexplain
1.4.D001
|
#include <libexplain/ac/netdb.h>#include <libexplain/buffer/gai_strerror.h>#include <libexplain/buffer/strerror.h>#include <libexplain/option.h>#include <libexplain/parse_bits.h>#include <libexplain/sizeof.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_gai_strerror (explain_string_buffer_t *sb, int errnum) |
Variables | |
| static const explain_parse_bits_table_t | table [] |
| void explain_buffer_gai_strerror | ( | explain_string_buffer_t * | sb, |
| int | errcode | ||
| ) |
The explain_buffer_gai_strerror function may be used to print gai_strerror explanation into the buffer.
| sb | The string buffer to print into. |
| errcode | the error reported by getaddrinfo |
Definition at line 70 of file gai_strerror.c.
const explain_parse_bits_table_t table[] [static] |
Definition at line 28 of file gai_strerror.c.
1.7.6.1