| 396 | } |
| 397 | |
| 398 | void HandleReceivedListIdentityCommandTcp( |
| 399 | const EncapsulationData *const receive_data, |
| 400 | ENIPMessage *const outgoing_message) { |
| 401 | EncapsulateListIdentityResponseMessage(receive_data, outgoing_message); |
| 402 | } |
| 403 | |
| 404 | void HandleReceivedListIdentityCommandUdp(const int socket, |
| 405 | const struct sockaddr_in *const from_address, |
no test coverage detected