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

/freebsd-current/lib/libnetgraph/
H A Dnetgraph.h54 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
H A DMakefile17 MLINKS+= netgraph.3 NgRecvMsg.3
H A Dmsg.c261 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) function
296 * Identical to NgRecvMsg() except buffer is dynamically allocated.
308 if ((len = NgRecvMsg(cs, *rep, len, path)) < 0)
331 if (NgRecvMsg(cs, msg, bufSize, path) < 0)
339 if (NgRecvMsg(cs, msg, bufSize, NULL) < 0)
H A Dsock.c126 if (NgRecvMsg(cs, &res.res, sizeof(res.rbuf), NULL) < 0) {
H A Ddebug.c271 if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) {
/freebsd-current/usr.sbin/ngctl/
H A Dstatus.c87 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
H A Dconfig.c97 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
/freebsd-current/usr.bin/netstat/
H A Dnetgraph.c131 if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0)
/freebsd-current/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-current/usr.sbin/ppp/
H A Dether.c244 if (NgRecvMsg(dev->cs, rep, sizeof msgbuf, NULL) <= 0)
533 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
H A Dnetgraph.c591 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
660 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
H A Dtty.c352 if (NgRecvMsg(cs, reply, sizeof rbuf, NULL) < 0) {
/freebsd-current/usr.sbin/flowctl/
H A Dflowctl.c239 nread = NgRecvMsg(cs, ng_mesg, SORCVBUF_SIZE, NULL);
241 err(1, "NgRecvMsg() failed");
244 err(1, "NgRecvMsg(NGM_NETFLOW_SHOW): token mismatch");
250 err(1, "NgRecvMsg(NGM_NETFLOW_SHOW): arglen too small");
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c278 if ((ret = NgRecvMsg(csock, mesg, resbufsiz + 1, path)) < 0) {

Completed in 593 milliseconds