libexplain  1.4.D001
Functions
libexplain/buffer/einval/ppp_filter.c File Reference
#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)

Function Documentation

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.

Parameters:
sbThe buffer to print into.
dataThe filter with the problem.

Definition at line 137 of file ppp_filter.c.