rumpclient.c | 125 static int handshake_req(struct spclient *, int, void *, int, bool); 198 if ((rv = handshake_req(&clispc, HANDSHAKE_GUEST, 387 handshake_req(struct spclient *spc, int type, void *data, function in typeref:typename:int 972 error = handshake_req(&clispc, hstype, NULL, 0, false); 1050 error = handshake_req(&clispc, HANDSHAKE_FORK, rpf->fork_auth,
|