Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ipsec_version_code(3) [debian man page]

IPSEC_IPSEC_VERSION_CODE(3)				     Library Functions Manual				       IPSEC_IPSEC_VERSION_CODE(3)

NAME
ipsec_ipsec_version_code, ipsec_ipsec_version_string, ipsec_ipsec_copyright_notice - get IPsec version code, full version string, copyright notice SYNOPSIS
#include <freeswan.h> const char *ipsec_version_code(void); const char *ipsec_version_string(void); const char **ipsec_copyright_notice(void); DESCRIPTION
These functions provide information on version numbering and copyright of the Linux FreeS/WAN IPsec implementation. Ipsec_version_code returns a pointer to a string constant containing the current IPsec version code, such as ``1.92'' or ``snap2001Nov19b''. Ipsec_version_string returns a pointer to a string constant giving a full version identification, consisting of the version code preceded by a prefix identifying the software, e.g. ``Linux FreeS/WAN 1.92''. Ipsec_copyright_notice returns a pointer to a vector of pointers, terminated by a NULL, which is the text of a suitable copyright notice. Each pointer points to a string constant (possibly empty) which is one line of the somewhat-verbose copyright notice. The strings are NUL- terminated and do not contain a newline; supplying suitable line termination for the output device is the caller's responsibility. SEE ALSO
ipsec(8) HISTORY
Written for the FreeS/WAN project by Henry Spencer. 21 Nov 2001 IPSEC_IPSEC_VERSION_CODE(3)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can someone please give me information about WAN and LAN

I just need to know the important concepts. I tried searching on the internet for information about this but got bombarded with too many un-neccessary details I find confusing and helpless. I just need to know WAN and LAN concerning how to monitor them and fix or (troubleshoot) basic problems (3 Replies)
Discussion started by: TRUEST
3 Replies

2. IP Networking

2 WAN connections on 1 switch/network

I want to know potential problems with the following scenario OR if it is an ok way to have my network setup: I have 2 WAN connections to the internet. I have each WAN connection plugged into its own router. Router DD-WRT is gateway for servers (192.0.10.50). Router Tomato is gateway for pc's... (1 Reply)
Discussion started by: herot
1 Replies