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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dpim6.h62 #define PIM6_REG_MINLEN (PIM_MINLEN+40) /* Register message + inner IP6 header */ macro
H A Dip6_mroute.c1678 * PIM6_REG_MINLEN == pimhdr + reghdr + eip6hdr == 4 + 4 + 40
1680 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1774 if (pimlen < PIM6_REG_MINLEN) {
1827 mcp = m_copy(m, 0, off + PIM6_REG_MINLEN);

Completed in 13 milliseconds