Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_mroute.c1753 int cksumlen; in pim6_input() local
1760 cksumlen = PIM_MINLEN; in pim6_input()
1762 cksumlen = pimlen; in pim6_input()
1764 if (in6_cksum(m, IPPROTO_PIM, off, cksumlen)) { in pim6_input()