Home
last modified time | relevance | path

Searched refs:xid_plus_direction (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc_vc.c727 uint32_t reterr, xid_plus_direction[2]; in svc_vc_recv() local
754 if ((cd->mreq->m_len >= sizeof(xid_plus_direction) || in svc_vc_recv()
756 sizeof(xid_plus_direction)) && in svc_vc_recv()
759 sizeof(xid_plus_direction), in svc_vc_recv()
760 (char *)xid_plus_direction); in svc_vc_recv()
761 xid_plus_direction[0] = in svc_vc_recv()
762 ntohl(xid_plus_direction[0]); in svc_vc_recv()
763 xid_plus_direction[1] = in svc_vc_recv()
764 ntohl(xid_plus_direction[1]); in svc_vc_recv()
766 if (xid_plus_direction[1] == REPLY) { in svc_vc_recv()
[all …]
H A Dclnt_vc.c931 uint32_t xid_plus_direction[2], header; in clnt_vc_soupcall() local
1118 sizeof(xid_plus_direction) && in clnt_vc_soupcall()
1120 sizeof(xid_plus_direction)) { in clnt_vc_soupcall()
1137 sizeof(xid_plus_direction), in clnt_vc_soupcall()
1138 (char *)xid_plus_direction); in clnt_vc_soupcall()
1139 xid_plus_direction[0] = in clnt_vc_soupcall()
1140 ntohl(xid_plus_direction[0]); in clnt_vc_soupcall()
1141 xid_plus_direction[1] = in clnt_vc_soupcall()
1142 ntohl(xid_plus_direction[1]); in clnt_vc_soupcall()
1144 if (xid_plus_direction[1] == CALL) { in clnt_vc_soupcall()
[all …]