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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipcomp_input.c68 #include <netinet6/ipcomp.h>
89 struct ipcomp *ipcomp; local
99 if (m->m_pkthdr.len < off + sizeof(struct ipcomp)) {
106 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
114 ipcomp = mtod(md, struct ipcomp *);
116 nxt = ipcomp->comp_nxt;
123 cpi = ntohs(ipcomp->comp_cpi);
143 /* chop ipcomp heade
243 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 DMakefile24 esp.h in6.h ipcomp.h raw_ip6.h \
H A Dipcomp_core.c58 #include <netinet6/ipcomp.h>
111 * We don't want to allocate if ipcomp isn't used, and we
207 * region for ipcomp header. \
210 n->m_len -= sizeof(struct ipcomp); \
211 n->m_data += sizeof(struct ipcomp); \
H A Din6_proto.c122 #include <netinet6/ipcomp.h>
H A Dipsec.c94 #include <netinet6/ipcomp.h>
2031 clen = sizeof(struct ipcomp);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_proto.c101 #include <netinet6/ipcomp.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c100 #include <netinet6/ipcomp.h>
6502 * XXX for ipcomp, RFC2367 does not define how to fill in proposal.
6649 * the problem is that we have no way to attach it for ipcomp,

Completed in 118 milliseconds