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

/xnu-2422.115.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.c1700 if (pimlen < PIM_MINLEN) {
1715 * PIM_MINLEN == pimhdr + u_int32 == 8
1718 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1749 cksumlen = PIM_MINLEN;
1879 m_adj(m, off + PIM_MINLEN);

Completed in 25 milliseconds