D | feat.c | 290 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 293 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0) 303 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 468 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 481 new->needs_mandatory = mandatory; in dccp_feat_push_change() 671 u8 mandatory, u64 nn_val) in __feat_register_nn() argument 683 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 696 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument 711 return dccp_feat_push_change(fn, feat, is_local, mandatory, &fval); in __feat_register_sp() 1201 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options() argument [all …]
|