HomeSort by: relevance | last modified time | path
    Searched refs:IPCOMP_HLENGTH (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
ipcomp.h 47 #define IPCOMP_HLENGTH 4 /* Length of IPCOMP header */
xform_ipcomp.c 144 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 12 milliseconds