HomeSort by: relevance | last modified time | path
    Searched defs:pimlen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
ip6_mroute.c 1711 int pimlen; local in function:pim6_input
1719 pimlen = m->m_pkthdr.len - off;
1724 if (pimlen < PIM_MINLEN) {
1742 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1778 cksumlen = pimlen;
1829 if (pimlen < PIM6_REG_MINLEN) {
1835 pimlen, IN6_PRINT(ip6buf, &ip6->ip6_src));
ip6_mroute.c 1711 int pimlen; local in function:pim6_input
1719 pimlen = m->m_pkthdr.len - off;
1724 if (pimlen < PIM_MINLEN) {
1742 minlen = (pimlen >= PIM6_REG_MINLEN) ? PIM6_REG_MINLEN : PIM_MINLEN;
1778 cksumlen = pimlen;
1829 if (pimlen < PIM6_REG_MINLEN) {
1835 pimlen, IN6_PRINT(ip6buf, &ip6->ip6_src));

Completed in 28 milliseconds