(self)
| 859 | |
| 860 | @ATMT.timeout(WAIT_ARP_REPLIES, 0.5) |
| 861 | def resend_arp_req(self): |
| 862 | self.send_arp_req() |
| 863 | raise self.WAIT_ARP_REPLIES() |
| 864 | |
| 865 | @ATMT.receive_condition(WAIT_ARP_REPLIES) |
| 866 | def get_arp(self, pkt): |
nothing calls this directly
no test coverage detected