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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c1647 int pimlen; local
1656 pimlen = m->m_pkthdr.len - *offp;
1662 if (pimlen < PIM_MINLEN) {
1680 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1713 cksumlen = pimlen;
1774 if (pimlen < PIM6_REG_MINLEN) {
1781 pimlen, ip6_sprintf(&ip6->ip6_src));

Completed in 27 milliseconds