Searched refs:IPOption_LSRR (Results 1 – 2 of 2) sorted by relevance
153 class IPOption_LSRR(IPOption_RR): class
1521 raw(IPOption_LSRR(routers=["1.2.3.4","5.6.7.8"]))1531 p=IPOption_LSRR(lsrr)1548 IP(src="9.10.11.12", dst="13.14.15.16", options=[IPOption_NOP(),IPOption_LSRR(routers=["1.2.3.4","5…1553 assert(q[IPOption_LSRR].get_current_router() == "1.2.3.4")