Symbol: NGLOGX
lib/libnetgraph/debug.c
179
NGLOGX("SOCKADDR: { fam=%d len=%d addr=\"%s\" }",
lib/libnetgraph/debug.c
198
NGLOGX("NG_MESG :");
lib/libnetgraph/debug.c
199
NGLOGX(" vers %d", msg->header.version);
lib/libnetgraph/debug.c
200
NGLOGX(" arglen %d", msg->header.arglen);
lib/libnetgraph/debug.c
201
NGLOGX(" flags %u", msg->header.flags);
lib/libnetgraph/debug.c
202
NGLOGX(" token %u", msg->header.token);
lib/libnetgraph/debug.c
203
NGLOGX(" cookie %s (%d)",
lib/libnetgraph/debug.c
244
NGLOGX(" cmd %s (%d)", bin->header.cmdstr, bin->header.cmd);
lib/libnetgraph/debug.c
245
NGLOGX(" args %s", bin->data);
lib/libnetgraph/debug.c
250
NGLOGX(" [error decoding message: %s]", strerror(errno));
lib/libnetgraph/debug.c
252
NGLOGX(" cmd %d", msg->header.cmd);
lib/libnetgraph/debug.c
253
NGLOGX(" args (%d bytes)", msg->header.arglen);
lib/libnetgraph/debug.c
313
NGLOGX("%s", buf);
lib/libnetgraph/msg.c
211
NGLOGX("SENDING %s:",
lib/libnetgraph/msg.c
261
NGLOGX("RECEIVED %s:",
lib/libnetgraph/sock.c
199
NGLOGX("%s: failed", __func__);
lib/libnetgraph/sock.c
235
NGLOGX("READ %s from hook \"%s\" (%d bytes)",
lib/libnetgraph/sock.c
264
NGLOGX("WRITE PACKET to hook \"%s\" (%d bytes)", hook, len);
lib/libnetgraph7/debug.c
207
NGLOGX("SOCKADDR: { fam=%d len=%d addr=\"%s\" }",
lib/libnetgraph7/debug.c
226
NGLOGX("NG_MESG :");
lib/libnetgraph7/debug.c
227
NGLOGX(" vers %d", msg->header.version);
lib/libnetgraph7/debug.c
228
NGLOGX(" arglen %d", msg->header.arglen);
lib/libnetgraph7/debug.c
229
NGLOGX(" flags %ld", msg->header.flags);
lib/libnetgraph7/debug.c
230
NGLOGX(" token %lu", (u_long)msg->header.token);
lib/libnetgraph7/debug.c
231
NGLOGX(" cookie %s (%d)",
lib/libnetgraph7/debug.c
272
NGLOGX(" cmd %s (%d)", bin->header.cmdstr, bin->header.cmd);
lib/libnetgraph7/debug.c
273
NGLOGX(" args %s", bin->data);
lib/libnetgraph7/debug.c
278
NGLOGX(" [error decoding message: %s]", strerror(errno));
lib/libnetgraph7/debug.c
280
NGLOGX(" cmd %d", msg->header.cmd);
lib/libnetgraph7/debug.c
281
NGLOGX(" args (%d bytes)", msg->header.arglen);
lib/libnetgraph7/debug.c
341
NGLOGX("%s", buf);
lib/libnetgraph7/msg.c
219
NGLOGX("SENDING %s:",
lib/libnetgraph7/msg.c
286
NGLOGX("RECEIVED %s:",
lib/libnetgraph7/sock.c
199
NGLOGX("%s: failed", __func__);
lib/libnetgraph7/sock.c
235
NGLOGX("READ %s from hook \"%s\" (%d bytes)",
lib/libnetgraph7/sock.c
282
NGLOGX("WRITE PACKET to hook \"%s\" (%d bytes)", hook, len);