NetBSD/sys/netipsec
plunky 7300f5c795 C99 6.5.15 Conditional operator note 3 states that the second and
third operators of a ?: operation shoud (amongst other conditions)
either both be integer type, or both void type. cast the second
to (void) then, as log() is already a void and no result is desired.
2014-08-13 19:43:47 +00:00
..
Makefile
ah.h
ah_var.h
esp.h
esp_var.h
files.netipsec
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c C99 6.5.15 Conditional operator note 3 states that the second and 2014-08-13 19:43:47 +00:00
ipsec.h Introduce 2 new variables: ipsec_enabled and ipsec_used. 2014-05-30 01:39:03 +00:00
ipsec6.h
ipsec_input.c
ipsec_mbuf.c
ipsec_netbsd.c Introduce 2 new variables: ipsec_enabled and ipsec_used. 2014-05-30 01:39:03 +00:00
ipsec_osdep.h
ipsec_output.c
ipsec_private.h
ipsec_var.h
key.c cleanup debugging printfs and fix port endianness printing issue. 2014-06-16 03:34:45 +00:00
key.h Introduce 2 new variables: ipsec_enabled and ipsec_used. 2014-05-30 01:39:03 +00:00
key_debug.c
key_debug.h
key_var.h
keydb.h
keysock.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
keysock.h Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
xform.h
xform_ah.c
xform_esp.c
xform_ipcomp.c
xform_ipip.c - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
xform_tcp.c