Searched refs:mesgp (Results 1 – 1 of 1) sorted by relevance
215 struct msghdr *mesgp; in svcudp_recv() local224 if (mesgp->msg_iovlen) in svcudp_recv()228 mesgp->msg_iov = iovp; in svcudp_recv()229 mesgp->msg_iovlen = 1; in svcudp_recv()230 mesgp->msg_name = &(xprt->xp_raddr); in svcudp_recv()231 mesgp->msg_namelen = len; in svcudp_recv()238 len = mesgp->msg_namelen; in svcudp_recv()260 if (mesgp->msg_iovlen) in svcudp_recv()285 struct msghdr *mesgp; in svcudp_reply() local296 if (mesgp->msg_iovlen) in svcudp_reply()[all …]
Completed in 3 milliseconds