The recursive portion of the bus search. If any switch devices are
found in the current directory, activate them one by one and descend
down the tree from there.
Source: ../mld.c.html#MLSearch_
Find the next node in the tree. pmlnode holds result unless negative
return value. Return of zero indicates this is the last node.
Source: ../mld.c.html#MLSearchNxt