Searched refs:NgAllocRecvMsg (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/ngctl/ |
| H A D | msg.c | 137 if (NgAllocRecvMsg(csock, &m, path) < 0) { in MsgRead() 145 || NgAllocRecvMsg(csock, &m2, NULL) < 0) { in MsgRead()
|
| H A D | dot.c | 113 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) { in DotCmd() 161 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) { in DotCmd()
|
| H A D | types.c | 80 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in TypesCmd()
|
| H A D | list.c | 107 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ListCmd()
|
| H A D | show.c | 102 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ShowCmd()
|
| /f-stack/tools/libnetgraph/ |
| H A D | netgraph.h | 65 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
|
| H A D | Makefile | 33 MLINKS+= netgraph.3 NgAllocRecvMsg.3
|
| H A D | msg.c | 164 if (NgAllocRecvMsg(cs, &reply, NULL) < 0) in NgSendAsciiMsg() 328 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg() function
|