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

Function _NgDebugSockaddr

tools/libnetgraph/debug.c:219–224  ·  view source on GitHub ↗

* Display a netgraph sockaddr */

Source from the content-addressed store, hash-verified

217 * Display a netgraph sockaddr
218 */
219void
220_NgDebugSockaddr(const struct sockaddr_ng *sg)
221{
222 NGLOGX("SOCKADDR: { fam=%d len=%d addr=\"%s\" }",
223 sg->sg_family, sg->sg_len, sg->sg_data);
224}
225
226#define ARGS_BUFSIZE 2048
227#define RECURSIVE_DEBUG_ADJUST 4

Callers 3

NgDeliverMsgFunction · 0.85
NgRecvMsgFunction · 0.85
NgSendDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected