libexplain
1.4.D001
|
#include <libexplain/ac/linux/if_eql.h>
#include <libexplain/ac/net/if.h>
#include <libexplain/buffer/ifreq/slaving_request.h>
#include <libexplain/buffer/long.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/is_efault.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_ifreq_slaving_request (explain_string_buffer_t *sb, const struct ifreq *data, int extended_form) |
void explain_buffer_ifreq_slaving_request | ( | explain_string_buffer_t * | sb, |
const struct ifreq * | data, | ||
int | extended_form | ||
) |
The explain_buffer_ifreq_slaving_request function may be used to print a representation of a ifreq->slaving_request structure.
sb | The string buffer to print into. |
data | The slaving_request structure to be printed. |
extended_form | Print the contents of ifreq::ifr_data as well. |
Definition at line 66 of file slaving_request.c.