Home
last modified time | relevance | path

Searched refs:NgRecvMsg (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/libnetgraph/
H A Dmsg.c290 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 Dnetgraph.h64 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
H A DMakefile32 MLINKS+= netgraph.3 NgRecvMsg.3
H A Dsock.c133 if (NgRecvMsg(cs, &res.res, sizeof(res.rbuf), NULL) < 0) { in NgMkSockNode()
H A Ddebug.c278 if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) { in _NgDebugMsg()
/f-stack/tools/ngctl/
H A Dstatus.c89 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0 in StatusCmd()
H A Dconfig.c99 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0 in ConfigCmd()
/f-stack/tools/netstat/
H A Dnetgraph.c134 if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0) in netgraphprotopr()