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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c724 /* Check to see if childIndex is really related to the parentIndex, in */
726 static int isRecursiveChild(int parentIndex, int childIndex) argument
735 if (parentIndex == childIndex)
742 ret = isRecursiveChild(childlist[i], childIndex);
757 ret = isRecursiveChild(childlist2[i], childIndex);

Completed in 236 milliseconds