Searched refs:ipcomp (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ipcomp.c24 __RCSID("$NetBSD: print-ipcomp.c,v 1.7 2023/08/17 20:19:40 christos Exp $");
38 struct ipcomp { struct
47 const struct ipcomp *ipcomp; local
50 ndo->ndo_protocol = "ipcomp";
51 ipcomp = (const struct ipcomp *)bp;
52 cpi = GET_BE_U_2(ipcomp->comp_cpi);
62 * based on ipcomp->comp_nxt, dissects the decompressed data.
H A DMakefile.in155 print-ipcomp.c \
/netbsd-current/sys/netipsec/
H A Dipcomp.h1 /* $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 $ */
41 struct ipcomp { struct
H A Dxform_ipcomp.c65 #include <netipsec/ipcomp.h>
251 struct ipcomp *ipc;
306 ipc = (struct ipcomp *)(mtod(m, uint8_t *) + skip);
314 DPRINTF("nested ipcomp, IPCA %s/%08lx\n",
518 struct ipcomp * ipcomp; local
556 ipcomp = (struct ipcomp *)(mtod(mo, char *) + roff);
563 ipcomp->comp_nxt = mtod(m, struct ip *)->ip_p;
568 ipcomp
[all...]
H A Dipsec.c98 #include <netipsec/ipcomp.h> /*XXX*/
1516 clen = sizeof(struct ipcomp);
H A Dkey.c115 #include <netipsec/ipcomp.h>
1335 /* XXX only on the ipcomp case */
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,
/netbsd-current/tests/net/ipsec/
H A Dt_ipsec_tunnel_ipcomp.sh162 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/require
288 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
289 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 1000
[all...]
H A Dt_ipsec_sockopt.sh106 if [ $proto = ipcomp ]; then
117 if [ $proto = ipcomp ]; then
147 if [ $proto = ipcomp ]; then
249 if [ $proto = ipcomp ]; then
260 if [ $proto = ipcomp ]; then
290 if [ $proto = ipcomp ]; then
387 add_test_IP_IPSEC_POLICY ipv4 ipcomp $algo
388 add_test_IP_IPSEC_POLICY ipv6 ipcomp $algo
H A Dcommon.sh82 if [ $proto = ipcomp ]; then
H A Dt_ipsec_transport.sh103 if [ $proto = ipcomp ]; then
189 if [ $proto = ipcomp ]; then
273 add_test_transport_mode ipv4 ipcomp $algo
274 add_test_transport_mode ipv6 ipcomp $algo
/netbsd-current/external/bsd/tcpdump/bin/
H A DMakefile82 print-ipcomp.c \

Completed in 151 milliseconds