|
libexplain
1.4.D001
|
#include <libexplain/ac/linux/filter.h>#include <libexplain/ac/stdio.h>#include <libexplain/buffer/einval.h>#include <libexplain/buffer/gettext.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_einval_sock_fprog (explain_string_buffer_t *sb, const struct sock_fprog *data) |
| void explain_buffer_einval_sock_fprog | ( | explain_string_buffer_t * | sb, |
| const struct sock_fprog * | data | ||
| ) |
The explain_buffer_einval_sock_fprog function is use to print an explanation of an EINVAL error, when reported by PPP ioctls.
| sb | The buffer to print into. |
| data | The filter with the problem. |
Definition at line 137 of file ppp_filter.c.
1.7.6.1