libexplain  1.4.D001
Functions
libexplain/buffer/socklen.h File Reference
#include <libexplain/ac/sys/socket.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_socklen (explain_string_buffer_t *sb, const socklen_t data)
void explain_buffer_socklen_star (explain_string_buffer_t *sb, const socklen_t *data)

Function Documentation

void explain_buffer_socklen ( explain_string_buffer_t sb,
const socklen_t  data 
)

The explain_buffer_socklen function may be used to print a representation of a socklen_t value.

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

Definition at line 25 of file socklen.c.

void explain_buffer_socklen_star ( explain_string_buffer_t sb,
const socklen_t *  data 
)

The explain_buffer_socklen_star function may be used to print a representation of a socklen_t* value.

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

Definition at line 32 of file socklen.c.