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

Go to the source code of this file.

Functions

void explain_buffer_vlan_ioctl_args (explain_string_buffer_t *sb, const struct vlan_ioctl_args *data, int extended_form)

Function Documentation

void explain_buffer_vlan_ioctl_args ( explain_string_buffer_t sb,
const struct vlan_ioctl_args *  data,
int  extended_form 
)

The explain_buffer_vlan_ioctl_args function may be used to print a representation of a vlan_ioctl_args structure.

Parameters:
sbThe string buffer to print into.
dataThe vlan_ioctl_args structure to be printed.
extended_formnon-zero if print more than just the command.

Definition at line 165 of file vlan_ioctl_args.c.