Home
last modified time | relevance | path

Searched refs:pimlen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c2340 int iplen, pimlen, iphlen; in pim_input() local
2361 pimlen = ntohs(iplen) - iphlen; in pim_input()
2366 if (pimlen < PIM_MINLEN) { in pim_input()