HomeSort by: relevance | last modified time | path
    Searched refs:ipcomp (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/netipsec/
ipcomp.h 1 /* $NetBSD: ipcomp.h,v 1.3 2018/04/19 08:27:38 maxv Exp $ */
2 /* $FreeBSD: ipcomp.h,v 1.1.4.1 2003/01/24 05:11:35 sam Exp $ */
3 /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */
35 * RFC2393 IP payload compression protocol (IPComp).
41 struct ipcomp { struct
47 #define IPCOMP_HLENGTH 4 /* Length of IPCOMP header */
xform_ipcomp.c 35 /* IP payload compression protocol (IPComp), see RFC 2393 */
65 #include <netipsec/ipcomp.h>
238 * IPComp input callback from the crypto driver.
251 struct ipcomp *ipc;
306 ipc = (struct ipcomp *)(mtod(m, uint8_t *) + skip);
314 DPRINTF("nested ipcomp, IPCA %s/%08lx\n",
322 /* Remove the IPCOMP header */
352 * IPComp output routine, called by ipsec[46]_process_packet()
505 * IPComp output callback from the crypto driver.
518 struct ipcomp * ipcomp local in function:ipcomp_output_cb
    [all...]
ipsec.c 98 #include <netipsec/ipcomp.h> /*XXX*/
1350 * we don't really care, as IPcomp document says that
1426 * We don't really care, as IPcomp document
1428 * packets, IPComp policy should always be
1516 clen = sizeof(struct ipcomp);
key.c 115 #include <netipsec/ipcomp.h>
1279 * XXX IPCOMP case
1335 /* XXX only on the ipcomp case */
3879 IPSECLOG(LOG_DEBUG, "invalid cpi for IPComp.\n");
5542 /* IPCOMP needs 2-byte SPI */
6774 * XXX for ipcomp, RFC2367 does not define how to fill in proposal.
6919 * the problem is that we have no way to attach it for ipcomp,
  /src/tests/net/ipsec/
t_ipsec_tunnel_ipcomp.sh 73 # TODO check the packet lengths to check IPComp is really used
78 if [ $iproto = IPComp ]; then
162 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
163 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
165 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require
168 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
180 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
181 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
183 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
186 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/requir
    [all...]
t_ipsec_sockopt.sh 106 if [ $proto = ipcomp ]; then
117 if [ $proto = ipcomp ]; then
119 # The reply packet isn't applied but IPComp doesn't care
147 if [ $proto = ipcomp ]; then
149 # The reply packet isn't applied but IPComp doesn't care
249 if [ $proto = ipcomp ]; then
260 if [ $proto = ipcomp ]; then
262 # The reply packet isn't applied but IPComp doesn't care
290 if [ $proto = ipcomp ]; then
292 # The reply packet isn't applied but IPComp doesn't car
    [all...]
common.sh 82 if [ $proto = ipcomp ]; then
83 echo IPComp
t_ipsec_transport.sh 103 if [ $proto = ipcomp ]; then
104 # IPComp sends a packet as-is if a compressed payload of
106 # So we have to fill a payload with 1 to let IPComp always send
189 if [ $proto = ipcomp ]; then
190 # IPComp sends a packet as-is if a compressed payload of
192 # So we have to fill a payload with 1 to let IPComp always send
273 add_test_transport_mode ipv4 ipcomp $algo
274 add_test_transport_mode ipv6 ipcomp $algo

Completed in 20 milliseconds