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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dpim6.h61 #define PIM_MINLEN 8 /* The header min. length is 8 */ macro
62 #define PIM6_REG_MINLEN (PIM_MINLEN+40) /* Register message + inner IP6 header */
H A Dip6_mroute.c1662 if (pimlen < PIM_MINLEN) {
1677 * PIM_MINLEN == pimhdr + u_int32 == 8
1680 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1711 cksumlen = PIM_MINLEN;
1841 m_adj(m, off + PIM_MINLEN);

Completed in 76 milliseconds