Searched refs:NgAllocRecvMsg (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libnetgraph/
H A Dnetgraph.h57 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
H A DMakefile20 MLINKS+= netgraph.3 NgAllocRecvMsg.3
H A Dmsg.c140 if (NgAllocRecvMsg(cs, &reply, NULL) < 0)
302 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) function
/freebsd-11-stable/usr.sbin/ngctl/
H A Dtypes.c80 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) {
H A Dmsg.c133 if (NgAllocRecvMsg(csock, &m, path) < 0) {
141 || NgAllocRecvMsg(csock, &m2, NULL) < 0) {
H A Dlist.c107 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) {
H A Ddot.c106 if (NgAllocRecvMsg(csock, &nlresp, NULL) < 0) {
149 if (NgAllocRecvMsg(csock, &hlresp, NULL) < 0) {
H A Dshow.c102 if (NgAllocRecvMsg(csock, &resp, NULL) < 0) {
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.c167 ATF_REQUIRE(-1 != NgAllocRecvMsg(cs, &m, path));

Completed in 167 milliseconds