Searched refs:NgSendAsciiMsg (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libnetgraph/ |
H A D | netgraph.h | 51 int NgSendAsciiMsg(int, const char *, const char *, ...) __printflike(3, 4);
|
H A D | Makefile | 15 MLINKS+= netgraph.3 NgSendAsciiMsg.3
|
H A D | msg.c | 89 NgSendAsciiMsg(int cs, const char *path, const char *fmt, ...) in NgSendAsciiMsg() function
|
/freebsd/usr.sbin/ngctl/ |
H A D | msg.c | 90 if (NgSendAsciiMsg(csock, path, "%s%s", cmdstr, buf) < 0) { in MsgCmd()
|
/freebsd/usr.sbin/nghook/ |
H A D | main.c | 305 if (NgSendAsciiMsg(cs, path, "%s", msgs->sl_str[i]) == -1) in send_msgs()
|
/freebsd/tests/sys/netgraph/ |
H A D | util.c | 236 CHECK(-1, -1 != (res = NgSendAsciiMsg(cs, path, "%s", msg))); in _ng_send_msg()
|
/freebsd/usr.sbin/ppp/ |
H A D | netgraph.c | 154 if (NgSendAsciiMsg(dev->cs, path, fmt, data) < 0) { in ng_MessageOut()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 5536 OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
|