Lines Matching refs:ng_mesg
83 const struct ng_mesg *hdr, const void *args, size_t arglen);
94 struct ng_mesg msg; in NgSendMsg()
118 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg()
141 if ((ascii = malloc(sizeof(struct ng_mesg) in NgSendAsciiMsg()
168 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg()
187 const struct ng_mesg *msg, const void *args, size_t arglen) in NgSendReplyMsg()
189 struct ng_mesg rep; in NgSendReplyMsg()
205 const struct ng_mesg *hdr, const void *args, size_t arglen) in NgDeliverMsg()
210 struct ng_mesg *msg; in NgDeliverMsg()
226 msg = (struct ng_mesg *) buf; in NgDeliverMsg()
290 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg()
328 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg()
351 NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path) in NgRecvAsciiMsg()
353 struct ng_mesg *msg, *ascii; in NgRecvAsciiMsg()
361 msg = (struct ng_mesg *)buf; in NgRecvAsciiMsg()
362 ascii = (struct ng_mesg *)msg->data; in NgRecvAsciiMsg()
396 NgAllocRecvAsciiMsg(int cs, struct ng_mesg **reply, char *path) in NgAllocRecvAsciiMsg()