Searched refs:TMF_PORT (Results 1 – 2 of 2) sorted by relevance
205 … host.udp_send_host(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], config.TMF_PORT, "HELLO")208 br1.udp_send_host(router1.get_mleid(), config.TMF_PORT, "BYE")211 br1.udp_send_host(br1.get_mleid(), config.TMF_PORT, "SELF")316 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("HELLO") + 8).must_next()318 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("HELLO") + 8).must_not_next()323 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("BYE") + 8).must_not_next()328 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("SELF") + 8).must_not_next()
60 TMF_PORT = 61631 variable