|
libexplain
1.4.D001
|
#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) |
| 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.
| sb | The string buffer to print into. |
| data | The vlan_ioctl_args structure to be printed. |
| extended_form | non-zero if print more than just the command. |
Definition at line 165 of file vlan_ioctl_args.c.
1.7.6.1