Searched refs:NgAllocRecvMsg (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/ngctl/ |
H A D | msg.c | 131 if (NgAllocRecvMsg(csock, &m, path) < 0) { in MsgRead() 139 || NgAllocRecvMsg(csock, &m2, NULL) < 0) { in MsgRead()
|
H A D | dot.c | 111 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) { in DotCmd() 159 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) { in DotCmd()
|
H A D | types.c | 78 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in TypesCmd()
|
H A D | list.c | 105 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ListCmd()
|
H A D | show.c | 100 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ShowCmd()
|
/freebsd/lib/libnetgraph/ |
H A D | netgraph.h | 55 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
|
H A D | Makefile | 18 MLINKS+= netgraph.3 NgAllocRecvMsg.3
|
H A D | msg.c | 137 if (NgAllocRecvMsg(cs, &reply, NULL) < 0) in NgSendAsciiMsg() 299 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg() function
|
/freebsd/tests/sys/netgraph/ |
H A D | ksocket.c | 99 ATF_REQUIRE(NgAllocRecvMsg(cs, &rep, NULL) == sizeof(struct ng_mesg) + in ATF_TC_BODY()
|
H A D | util.c | 167 ATF_REQUIRE(-1 != NgAllocRecvMsg(cs, &m, path)); in handle_msg()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 5530 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
|