Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ngctl/
Dmsg.c133 if (NgAllocRecvMsg(csock, &m, path) < 0) { in MsgRead()
141 || NgAllocRecvMsg(csock, &m2, NULL) < 0) { in MsgRead()
Ddot.c113 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) { in DotCmd()
161 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) { in DotCmd()
Dtypes.c80 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in TypesCmd()
Dlist.c107 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ListCmd()
Dshow.c102 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ShowCmd()
/freebsd-12-stable/lib/libnetgraph/
Dnetgraph.h57 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
DMakefile20 MLINKS+= netgraph.3 NgAllocRecvMsg.3
Dmsg.c140 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/
Dutil.c167 ATF_REQUIRE(-1 != NgAllocRecvMsg(cs, &m, path)); in handle_msg()
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc6992 OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz