Query: ipq_perror
OS: linux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IPQ_ERRSTR(3) Linux Programmer's Manual IPQ_ERRSTR(3)NAMEipq_errstr, ipq_perror -- libipq error handling routinesSYNOPSIS#include <linux/netfilter.h> #include <libipq.h> char *ipq_errstr(void); void ipq_perror(const char *s);DESCRIPTIONThe ipq_errstr function returns a descriptive error message based on the current value of the internal ipq_errno variable. All libipq API functions set this internal variable upon failure. The ipq_perror function prints an error message to stderr corresponding to the current value of the internal ipq_error variable, and the global errno variable (if set). The error message is prefixed with the string s as supplied by the application. If s is NULL, the error message is prefixed with the string "ERROR".RETURN VALUEipq_errstr returns an error message as outlined above.BUGSNone known.AUTHORJames Morris <jmorris@intercode.com.au>COPYRIGHTCopyright (c) 2000-2001 Netfilter Core Team. Distributed under the GNU General Public License.SEE ALSOiptables(8), libipq(3). Linux iptables 1.2 16 October 2001 IPQ_ERRSTR(3)
Related Man Pages |
---|
ipq_perror(3) - debian |
ipq_set_mode(3) - debian |
ipq_create_handle(3) - suse |
ipq_create_handle(3) - linux |
ipq_errstr(3) - linux |
Similar Topics in the Unix Linux Community |
---|
mxallowd 1.3 (Default branch) |
mxallowd 1.4 (Default branch) |
mxallowd 1.5 (Default branch) |
netfilter / iptables |