Searched refs:DCCPO_CONFIRM_R (Results 1 – 4 of 4) sorted by relevance
82 return entry->is_local ? DCCPO_CONFIRM_L : DCCPO_CONFIRM_R; in dccp_feat_genopt()
249 case DCCPO_CONFIRM_R: return "Confirm_R"; in dccp_feat_oname()672 (opt == DCCPO_CONFIRM_R || opt == DCCPO_CONFIRM_L)) { in dccp_feat_insert_opts()1222 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_confirm_recv()1319 const bool local = (opt == DCCPO_CONFIRM_R); in dccp_feat_handle_nn_established()1356 } else if (opt == DCCPO_CONFIRM_R) { in dccp_feat_handle_nn_established()1424 case DCCPO_CONFIRM_R: in dccp_feat_parse_options()
120 case DCCPO_CHANGE_L ... DCCPO_CONFIRM_R: in dccp_parse_options()
161 DCCPO_CONFIRM_R = 35, enumerator
Completed in 12 milliseconds