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

/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_input.c69 #include <netinet6/ipcomp.h>
91 struct ipcomp *ipcomp; local
100 if (m->m_pkthdr.len < off + sizeof(struct ipcomp)) {
107 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
115 ipcomp = mtod(md, struct ipcomp *);
121 nxt = ipcomp->comp_nxt;
128 cpi = ntohs(ipcomp->comp_cpi);
148 /* chop ipcomp heade
252 struct ipcomp *ipcomp; local
[all...]
H A Dipcomp.h1 /* $FreeBSD: src/sys/netinet6/ipcomp.h,v 1.1.2.2 2001/07/03 11:01:54 ume Exp $ */
2 /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */
42 struct ipcomp { struct
H A Dipcomp_output.c67 #include <netinet6/ipcomp.h>
97 * IP ............... ipcomp payload
115 struct ipcomp *ipcomp; local
188 ipseclog((LOG_DEBUG, "ipcomp%d_output: md is not in chain\n",
250 size_t complen = sizeof(struct ipcomp);
274 * grow the mbuf to accomodate ipcomp header.
276 * after: IP ... ipcomp payload
289 ipcomp = mtod(n, struct ipcomp *);
[all...]
H A DMakefile12 esp.h in6.h ipcomp.h raw_ip6.h \
H A Dipcomp_core.c58 #include <netinet6/ipcomp.h>
113 * We don't want to allocate if ipcomp isn't used, and we
209 * region for ipcomp header. \
212 n->m_len -= sizeof(struct ipcomp); \
213 n->m_data += sizeof(struct ipcomp); \
H A Din6_proto.c145 #include <netinet6/ipcomp.h>
H A Dipsec.c124 #include <netinet6/ipcomp.h>
2127 clen = sizeof(struct ipcomp);
/xnu-2782.1.97/bsd/netinet/
H A Din_proto.c104 #include <netinet6/ipcomp.h>
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c122 #include <netinet6/ipcomp.h>
7915 * XXX for ipcomp, RFC2367 does not define how to fill in proposal.
8063 * the problem is that we have no way to attach it for ipcomp,

Completed in 99 milliseconds