Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipcomp.h48 #define IPCOMP_HLENGTH 4 /* Length of IPCOMP header */ macro
H A Dxform_ipcomp.c203 int error, hlen = IPCOMP_HLENGTH; in ipcomp_input()
288 int hlen = IPCOMP_HLENGTH, error, clen; in ipcomp_input_cb()
445 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output()
451 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()
577 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb()