* A simple wrapper around the above when no data or auxdata is needed. */
| 182 | * A simple wrapper around the above when no data or auxdata is needed. |
| 183 | */ |
| 184 | static inline int |
| 185 | debugnet_sendempty(struct debugnet_pcb *pcb, uint32_t mhtype) |
| 186 | { |
| 187 | return (debugnet_send(pcb, mhtype, NULL, 0, NULL)); |
| 188 | } |
| 189 | |
| 190 | /* |
| 191 | * Full-duplex RX should ACK received messages. |
no test coverage detected