libexplain  1.4.D001
Functions
libexplain/buffer/hostent.c File Reference
#include <libexplain/ac/netdb.h>
#include <libexplain/ac/sys/socket.h>
#include <libexplain/ac/string.h>
#include <libexplain/buffer/address_family.h>
#include <libexplain/buffer/hexdump.h>
#include <libexplain/buffer/hostent.h>
#include <libexplain/buffer/in6_addr.h>
#include <libexplain/buffer/int.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/buffer/sockaddr.h>
#include <libexplain/is_efault.h>

Go to the source code of this file.

Functions

void explain_buffer_hostent (explain_string_buffer_t *sb, const struct hostent *data)

Function Documentation

void explain_buffer_hostent ( explain_string_buffer_t sb,
const struct hostent *  data 
)

The explain_buffer_hostent function may be used to print a representation of a hostent structure.

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

Definition at line 34 of file hostent.c.