Searched refs:IPCOMP_HLENGTH (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/netipsec/
H A Dipcomp.h47 #define IPCOMP_HLENGTH 4 /* Length of IPCOMP header */ macro
H A Dxform_ipcomp.c144 int error, hlen = IPCOMP_HLENGTH, stat = IPCOMP_STAT_CRYPTO;
249 int hlen = IPCOMP_HLENGTH, clen;
378 hlen = IPCOMP_HLENGTH;
547 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff);

Completed in 70 milliseconds