Searched refs:xRloc16 (Results 1 – 2 of 2) sorted by relevance
520 def __convertRlocToRouterId(self, xRloc16): argument532 print(xRloc16)551 if isinstance(xRloc16, str):553 if rloc16 == xRloc16:555 elif isinstance(xRloc16, int):556 if int(rloc16, 16) == xRloc16:
666 def __convertRlocToRouterId(self, xRloc16): argument694 if isinstance(xRloc16, str):696 if rloc16 == xRloc16:698 elif isinstance(xRloc16, int):699 if int(rloc16, 16) == xRloc16: