Home
last modified time | relevance | path

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

/f-stack/tools/ngctl/
H A Dmsg.c137 if (NgAllocRecvMsg(csock, &m, path) < 0) { in MsgRead()
145 || NgAllocRecvMsg(csock, &m2, NULL) < 0) { in MsgRead()
H A Ddot.c113 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) { in DotCmd()
161 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) { in DotCmd()
H A Dtypes.c80 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in TypesCmd()
H A Dlist.c107 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ListCmd()
H A Dshow.c102 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) { in ShowCmd()
/f-stack/tools/libnetgraph/
H A Dnetgraph.h65 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
H A DMakefile33 MLINKS+= netgraph.3 NgAllocRecvMsg.3
H A Dmsg.c164 if (NgAllocRecvMsg(cs, &reply, NULL) < 0) in NgSendAsciiMsg()
328 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg() function