HomeSort by: relevance | last modified time | path
    Searched defs:handshake_req (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librumpclient/
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,
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,

Completed in 58 milliseconds