Lines Matching defs:server
631 * @dreq: used by the server only (all Changes/Confirms in LISTEN/RESPOND)
970 * (ie. client-Request or server-Response), to ensure internal consistency.
982 * the client, or if this is the server and the client sends
999 * @dreq: server socket to resolve
1001 * It is the server which resolves the dependencies once the CCID has been
1066 * @is_server: whether this side is the server (and @fv is the server's list)
1105 * @server: whether this node is the server (1) or the client (0)
1108 u8 feat, u8 *val, u8 len, const bool server)
1146 * - if we are the server, we first try to see if the peer (the
1154 if (len > 1 && server) {
1175 if (dccp_feat_reconcile(&entry->val, val, len, server, true)) {
1181 * Failed simultaneous negotiation (server only): try to `save'
1188 WARN_ON(!server);
1190 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true))
1216 * @server: whether this node is server (1) or client (0)
1219 u8 feat, u8 *val, u8 len, const bool server)
1281 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) {
1395 * @dreq: used by the server during connection setup
1409 bool server = false;
1416 server = true;
1423 val, len, server);
1427 val, len, server);