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

Go to the source code of this file.

Functions

void explain_buffer_npioctl (explain_string_buffer_t *sb, const struct npioctl *data, int complete)

Function Documentation

void explain_buffer_npioctl ( explain_string_buffer_t sb,
const struct npioctl *  data,
int  complete 
)

The explain_buffer_npioctl function may be used to print a representation of a npioctl structure.

Parameters:
sbThe string buffer to print into.
dataThe npioctl structure to be printed.
completetrue if print whole struct, false if just the protocol element

Definition at line 106 of file npioctl.c.