(self, pkt)
| 899 | |
| 900 | @ATMT.receive_condition(SERVING) |
| 901 | def receive_ioctl(self, pkt): |
| 902 | if SMB2_IOCTL_Request in pkt: |
| 903 | raise self.SERVING().action_parameters(pkt) |
| 904 | |
| 905 | @ATMT.action(receive_ioctl) |
| 906 | def send_ioctl_response(self, pkt): |
nothing calls this directly
no test coverage detected