Searched refs:NgRecvMsg (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/lib/libnetgraph/ |
| HD | msg.c | 262 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() function 309 if ((len = NgRecvMsg(cs, *rep, len, path)) < 0) in NgAllocRecvMsg() 332 if (NgRecvMsg(cs, msg, bufSize, path) < 0) in NgRecvAsciiMsg() 340 if (NgRecvMsg(cs, msg, bufSize, NULL) < 0) in NgRecvAsciiMsg()
|
| HD | netgraph.h | 54 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
|
| HD | Makefile | 17 MLINKS+= netgraph.3 NgRecvMsg.3
|
| HD | sock.c | 127 if (NgRecvMsg(cs, &res.res, sizeof(res.rbuf), NULL) < 0) { in NgMkSockNode()
|
| HD | debug.c | 272 if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) { in _NgDebugMsg()
|
| /freebsd-14-stable/usr.sbin/ngctl/ |
| HD | status.c | 87 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0 in StatusCmd()
|
| HD | config.c | 97 if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0 in ConfigCmd()
|
| /freebsd-14-stable/usr.bin/netstat/ |
| HD | netgraph.c | 132 if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0) in netgraphprotopr()
|
| /freebsd-14-stable/libexec/pppoed/ |
| HD | pppoed.c | 148 if (NgRecvMsg(cs, resp, sizeof rbuf, NULL) <= 0) { in ConfigureNode() 376 if ((ret = NgRecvMsg(cs, rep, sizeof msgbuf, NULL)) < 0) { in Spawn()
|
| /freebsd-14-stable/usr.sbin/ppp/ |
| HD | ether.c | 244 if (NgRecvMsg(dev->cs, rep, sizeof msgbuf, NULL) <= 0) in ether_MessageIn() 533 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) { in ether_Create()
|
| HD | netgraph.c | 591 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) { in ng_Create() 660 if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) { in ng_Create()
|
| HD | tty.c | 352 if (NgRecvMsg(cs, reply, sizeof rbuf, NULL) < 0) { in LoadLineDiscipline()
|
| /freebsd-14-stable/usr.sbin/flowctl/ |
| HD | flowctl.c | 239 nread = NgRecvMsg(cs, ng_mesg, SORCVBUF_SIZE, NULL); in do_show()
|
| /freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| HD | snmp_netgraph.c | 278 if ((ret = NgRecvMsg(csock, mesg, resbufsiz + 1, path)) < 0) { in csock_read()
|
| /freebsd-14-stable/tools/build/mk/ |
| HD | OptionalObsoleteFiles.inc | 5562 OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
|