Lines Matching full:client
37 * NBD_DEFAULT_HANDSHAKE_MAX_SECS: Number of seconds in which client must
43 * NBD_DEFAULT_MAX_CONNECTIONS: Number of client sockets to allow at
44 * once; must be large enough to allow a MULTI_CONN-aware client like
190 /* Client payload for limiting NBD_CMD_BLOCK_STATUS reply */
196 /* Transmission (export) flags: sent from server to client during handshake,
208 NBD_FLAG_CAN_MULTI_CONN_BIT = 8, /* Multi-client cache consistent */
229 /* New-style handshake (global) flags, sent from server to client, and
234 /* New-style client flags, sent from client to server to control what happens
277 /* Request flags, sent from client to server during transmission phase */
311 /* Two types of request structures, a given client will only use 1 */
316 * Three types of reply structures, but what a client expects depends
367 /* Set by client before nbd_receive_negotiate() */
371 /* Set by client before nbd_receive_negotiate(), or by server results
375 /* In-out fields, set by client before nbd_receive_negotiate() and
424 void *nbd_client_owner(NBDClient *client);
425 void nbd_client_get(NBDClient *client);
426 void nbd_client_put(NBDClient *client);
492 /* nbd/client-connection.c */