Searched refs:rcvflag (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/rpc/ |
H A D | svc_dg.c | 164 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 D | svc_vc.c | 726 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 D | clnt_vc.c | 930 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 D | clnt_dg.c | 1048 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()
|