Home
last modified time | relevance | path

Searched refs:NgRecvAsciiMsg (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libnetgraph/
H A Dnetgraph.h66 int NgRecvAsciiMsg(int, struct ng_mesg *, size_t, char *);
H A DMakefile34 MLINKS+= netgraph.3 NgRecvAsciiMsg.3
H A Dmsg.c351 NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path) in NgRecvAsciiMsg() function
410 if ((len = NgRecvAsciiMsg(cs, *reply, len, path)) < 0) in NgAllocRecvAsciiMsg()