Home
last modified time | relevance | path

Searched refs:rcvflag (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc_dg.c164 int error, rcvflag; in svc_dg_recv() local
181 rcvflag = MSG_DONTWAIT; in svc_dg_recv()
182 error = soreceive(xprt->xp_socket, &raddr, &uio, &mreq, NULL, &rcvflag); in svc_dg_recv()
H A Dsvc_vc.c726 int error, rcvflag; in svc_vc_recv() local
805 rcvflag = MSG_DONTWAIT; in svc_vc_recv()
807 rcvflag |= MSG_TLSAPPDATA; in svc_vc_recv()
825 error = soreceive(so, NULL, &uio, &m, &ctrl, &rcvflag); in svc_vc_recv()
866 rcvflag = MSG_DONTWAIT; in svc_vc_recv()
914 rcvflag = MSG_DONTWAIT | MSG_TLSAPPDATA; in svc_vc_recv()
H A Dclnt_vc.c930 int error, rcvflag, foundreq; in clnt_vc_soupcall() local
974 rcvflag = MSG_DONTWAIT | MSG_SOCALLBCK; in clnt_vc_soupcall()
977 rcvflag |= MSG_TLSAPPDATA; in clnt_vc_soupcall()
979 error = soreceive(so, NULL, &uio, &m, &m2, &rcvflag); in clnt_vc_soupcall()
H A Dclnt_dg.c1048 int error, rcvflag, foundreq; in clnt_dg_soupcall() local
1058 rcvflag = MSG_DONTWAIT; in clnt_dg_soupcall()
1059 error = soreceive(so, NULL, &uio, &m, &control, &rcvflag); in clnt_dg_soupcall()