D | feat.c | 286 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 289 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0) 299 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 476 * @mandatory: whether to use Mandatory feature negotiation options 480 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 493 new->needs_mandatory = mandatory; in dccp_feat_push_change() 690 * @mandatory: use Mandatory option if 1 696 u8 mandatory, u64 nn_val) in __feat_register_nn() argument 708 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 716 * @mandatory: use Mandatory option if 1 [all …]
|