Home | History | Annotate | Download | only in netinet

Lines Matching refs:DCCP_OPT_CONFIRM_L

2161 			if (opt == DCCP_OPT_CONFIRM_L && val_len) {
2391 DCCP_DEBUG((LOG_INFO, "Sending DCCP_OPT_CONFIRM_L on CCID %u\n", val[0]));
2392 dccp_remove_feature(dp, DCCP_OPT_CONFIRM_L, DCCP_FEATURE_CC);
2393 dccp_add_feature_option(dp, DCCP_OPT_CONFIRM_L, DCCP_FEATURE_CC , val, 1);
2401 } else if (opt == DCCP_OPT_CONFIRM_L) {
2402 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_CONFIRM_L on CCID %u\n", val[0]));
2420 dccp_remove_feature(dp, DCCP_OPT_CONFIRM_L, DCCP_FEATURE_ACKVECTOR);
2421 dccp_add_feature_option(dp, DCCP_OPT_CONFIRM_L, DCCP_FEATURE_ACKVECTOR , val, 1);
2425 } else if (opt == DCCP_OPT_CONFIRM_L) {
2426 dccp_remove_feature(dp, DCCP_OPT_CONFIRM_L, DCCP_FEATURE_ACKVECTOR);
2447 dccp_add_option(dp, DCCP_OPT_CONFIRM_L, NULL, 0);