Searched refs:NgAllocRecvMsg (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/usr.sbin/ngctl/ |
| D | msg.c | 133 if (NgAllocRecvMsg(csock, &m, path) < 0) { in MsgRead() 141 || NgAllocRecvMsg(csock, &m2, NULL) < 0) { in MsgRead()
|
| D | dot.c | 113 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) { in DotCmd() 161 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) { in DotCmd()
|
| D | types.c | 80 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in TypesCmd()
|
| D | list.c | 107 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ListCmd()
|
| D | show.c | 102 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ShowCmd()
|
| /freebsd-12-stable/lib/libnetgraph/ |
| D | netgraph.h | 57 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
|
| D | Makefile | 20 MLINKS+= netgraph.3 NgAllocRecvMsg.3
|
| D | msg.c | 140 if (NgAllocRecvMsg(cs, &reply, NULL) < 0) in NgSendAsciiMsg() 302 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg() function
|
| /freebsd-12-stable/tests/sys/netgraph/ |
| D | util.c | 167 ATF_REQUIRE(-1 != NgAllocRecvMsg(cs, &m, path)); in handle_msg()
|
| /freebsd-12-stable/tools/build/mk/ |
| D | OptionalObsoleteFiles.inc | 6992 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
|