libexplain  1.4.D001
Functions
libexplain/buffer/arpreq.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_arpreq (explain_string_buffer_t *sb, const struct arpreq *data)

Function Documentation

void explain_buffer_arpreq ( explain_string_buffer_t sb,
const struct arpreq *  data 
)

The explain_buffer_arpreq function may be used to print a representation of an arpreq structure.

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

Definition at line 62 of file arpreq.c.