Home
last modified time | relevance | path

Searched refs:NgAllocRecvMsg (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/ngctl/
H A Dmsg.c131 if (NgAllocRecvMsg(csock, &m, path) < 0) { in MsgRead()
139 || NgAllocRecvMsg(csock, &m2, NULL) < 0) { in MsgRead()
H A Ddot.c111 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) { in DotCmd()
159 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) { in DotCmd()
H A Dtypes.c78 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in TypesCmd()
H A Dlist.c105 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ListCmd()
H A Dshow.c100 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ShowCmd()
/freebsd/lib/libnetgraph/
H A Dnetgraph.h55 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
H A DMakefile18 MLINKS+= netgraph.3 NgAllocRecvMsg.3
H A Dmsg.c137 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 Dksocket.c99 ATF_REQUIRE(NgAllocRecvMsg(cs, &rep, NULL) == sizeof(struct ng_mesg) + in ATF_TC_BODY()
H A Dutil.c167 ATF_REQUIRE(-1 != NgAllocRecvMsg(cs, &m, path)); in handle_msg()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc5530 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz