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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Digmp.c200 int minlen; local
221 minlen = iphlen + IGMP_MINLEN;
222 if ((m->m_flags & M_EXT || m->m_len < minlen) &&
223 (m = m_pullup(m, minlen)) == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c1649 int minlen; local
1680 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1687 IP6_EXTHDR_CHECK(m, off, minlen, return IPPROTO_DONE);
1694 IP6_EXTHDR_GET(pim, struct pim *, m, off, minlen);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsocketvar.h491 size_t minlen);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_socket.c2856 sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen) argument
2866 if ((valsize = sopt->sopt_valsize) < minlen)

Completed in 26 milliseconds