HomeSort by: relevance | last modified time | path
    Searched refs:DCCP_OPT_CONFIRM_L (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp.h 173 #define DCCP_OPT_CONFIRM_L 33
dccp_usrreq.c 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)
    [all...]

Completed in 35 milliseconds