libexplain
1.4.D001
|
#include <libexplain/ac/net/if_ppp.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/buffer/ppp_flags.h>
#include <libexplain/parse_bits.h>
#include <libexplain/is_efault.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_ppp_flags (explain_string_buffer_t *sb, int value) |
void | explain_buffer_ppp_flags_star (explain_string_buffer_t *sb, const int *data) |
void explain_buffer_ppp_flags | ( | explain_string_buffer_t * | sb, |
int | data | ||
) |
The explain_buffer_ppp_flags function may be used to print a representation of ppp flags bitfield.
sb | The string buffer to print into. |
data | The ppp flags bitfield to be printed. |
Definition at line 28 of file ppp_flags.c.
void explain_buffer_ppp_flags_star | ( | explain_string_buffer_t * | sb, |
const int * | data | ||
) |
The explain_buffer_ppp_flags function may be used to print a representation of ppp flags bitfield.
sb | The string buffer to print into. |
data | pointer to the ppp flags bitfield to be printed. |
Definition at line 105 of file ppp_flags.c.