Searched refs:NgRecvMsg (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/lib/libnetgraph/
H A Dnetgraph.h56 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
H A DMakefile19 MLINKS+= netgraph.3 NgRecvMsg.3
H A Dmsg.c264 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) function
299 * Identical to NgRecvMsg() except buffer is dynamically allocated.
311 if ((len = NgRecvMsg(cs, *rep, len, path)) < 0)
334 if (NgRecvMsg(cs, msg, bufSize, path) < 0)
342 if (NgRecvMsg(cs, msg, bufSize, NULL) < 0)
H A Dsock.c129 if (NgRecvMsg(cs, &res.res, sizeof(res.rbuf), NULL) < 0) {
H A Ddebug.c278 if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) {
/freebsd-11-stable/usr.sbin/ngctl/
H A Dstatus.c89 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
H A Dconfig.c99 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
/freebsd-11-stable/usr.bin/netstat/
H A Dnetgraph.c133 if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0)
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c148 if (NgRecvMsg(cs, resp, sizeof rbuf, NULL) <= 0) {
376 if ((ret = NgRecvMsg(cs, rep, sizeof msgbuf, NULL)) < 0) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c246 if (NgRecvMsg(dev->cs, rep, sizeof msgbuf, NULL) <= 0)
535 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
H A Dnetgraph.c593 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
662 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
H A Dtty.c354 if (NgRecvMsg(cs, reply, sizeof rbuf, NULL) < 0) {
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c244 nread = NgRecvMsg(cs, ng_mesg, SORCVBUF_SIZE, NULL);
246 err(1, "NgRecvMsg() failed");
249 err(1, "NgRecvMsg(NGM_NETFLOW_SHOW): token mismatch");
255 err(1, "NgRecvMsg(NGM_NETFLOW_SHOW): arglen too small");
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c280 if ((ret = NgRecvMsg(csock, mesg, resbufsiz + 1, path)) < 0) {
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c240 int rl = NgRecvMsg(fdcs, reply, replen, NULL);
245 fprintf(stderr, "%s: NgRecvMsg returned %d bytes, expected %d\n",

Completed in 127 milliseconds