Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_mroute.c1751 int cksumlen; in pim6_input() local
1758 cksumlen = PIM_MINLEN; in pim6_input()
1760 cksumlen = pimlen; in pim6_input()
1762 if (in6_cksum(m, IPPROTO_PIM, off, cksumlen)) { in pim6_input()