Searched refs:NgRecvMsg (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 290 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() function 342 if ((len = NgRecvMsg(cs, *rep, len, path)) < 0) in NgAllocRecvMsg() 365 if (NgRecvMsg(cs, msg, bufSize, path) < 0) in NgRecvAsciiMsg() 373 if (NgRecvMsg(cs, msg, bufSize, NULL) < 0) in NgRecvAsciiMsg()
|
| H A D | netgraph.h | 64 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
|
| H A D | Makefile | 32 MLINKS+= netgraph.3 NgRecvMsg.3
|
| H A D | sock.c | 133 if (NgRecvMsg(cs, &res.res, sizeof(res.rbuf), NULL) < 0) { in NgMkSockNode()
|
| H A D | debug.c | 278 if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) { in _NgDebugMsg()
|
| /f-stack/tools/ngctl/ |
| H A D | status.c | 89 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0 in StatusCmd()
|
| H A D | config.c | 99 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0 in ConfigCmd()
|
| /f-stack/tools/netstat/ |
| H A D | netgraph.c | 134 if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0) in netgraphprotopr()
|