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 * It is the server which resolves the dependencies once the CCID has been
1060 * @is_server: whether this side is the server (and @fv is the server's list)
1099 * @server: whether this node is the server (1) or the client (0)
1102 u8 feat, u8 *val, u8 len, const bool server)
1140 * - if we are the server, we first try to see if the peer (the
1148 if (len > 1 && server) {
1169 if (dccp_feat_reconcile(&entry->val, val, len, server, true)) {
1175 * Failed simultaneous negotiation (server only): try to `save'
1182 WARN_ON(!server);
1184 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true))
1210 * @server: whether this node is server (1) or client (0)
1213 u8 feat, u8 *val, u8 len, const bool server)
1275 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) {
1389 * @dreq: used by the server during connection setup
1403 bool server = false;
1410 server = true;
1417 val, len, server);
1421 val, len, server);