Searched refs:pimlen (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c1685 int pimlen; local
1696 pimlen = m->m_pkthdr.len - *offp;
1701 if (pimlen < PIM_MINLEN) {
1719 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1752 cksumlen = pimlen;
1813 if (pimlen < PIM6_REG_MINLEN) {
1820 pimlen, ip6_sprintf(&ip6->ip6_src));

Completed in 149 milliseconds