|
NAMEipsec_strerror —
error messages for the IPsec policy manipulation library
SYNOPSIS#include <netipsec/ipsec.h>
const char *
DESCRIPTION<netipsec/ipsec.h> declares
extern int
ipsec_errcode; which is used to pass an error code from IPsec policy manipulation
library to a user program. The The array pointed to is not to be modified by the program. Since
RETURN VALUESTheipsec_strerror () function always returns a pointer
to C string. The C string must not be overwritten by the caller.
SEE ALSOipsec_set_policy(3)HISTORYTheipsec_strerror () function first appeared in
WIDE/KAME IPv6 protocol stack kit.
BUGSTheipsec_strerror () function will return its result
which may be overwritten by subsequent calls.
ipsec_errcode is not thread safe.
Visit the GSP FreeBSD Man Page Interface. |