MCPcopy Create free account
hub / github.com/F-Stack/f-stack / debugnet_sendempty

Function debugnet_sendempty

freebsd/net/debugnet.h:184–188  ·  view source on GitHub ↗

* A simple wrapper around the above when no data or auxdata is needed. */

Source from the content-addressed store, hash-verified

182 * A simple wrapper around the above when no data or auxdata is needed.
183 */
184static inline int
185debugnet_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.

Callers 1

netdump_dumperFunction · 0.85

Calls 1

debugnet_sendFunction · 0.85

Tested by

no test coverage detected