Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipcomp.h47 #define IPCOMP_HLENGTH 4 /* Length of IPCOMP header */ macro
H A Dxform_ipcomp.c205 int error, hlen = IPCOMP_HLENGTH; in ipcomp_input()
292 int hlen = IPCOMP_HLENGTH, error, clen; in ipcomp_input_cb()
451 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output()
457 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()
583 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb()