HomeSort by: relevance | last modified time | path
    Searched defs:ipcomp (Results 1 - 2 of 2) 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...]

Completed in 12 milliseconds