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

  /src/sys/netinet/
dccp_tcplike.c 418 u_int16_t numlostpackets, avsize, i, prev_size; local
469 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR0, av,10);
470 if (avsize == 0)
471 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR1, av,10);
473 if (avsize > 0)
482 TCPLIKE_DEBUG((LOG_INFO, "Start removing from cwndvector %d\n", avsize));
483 if (avsize == 0)
486 for (i=0; i < avsize; i++) {
929 u_int16_t avsize; local
941 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR0, av_rcv,10)
    [all...]
dccp_tcplike.c 418 u_int16_t numlostpackets, avsize, i, prev_size; local
469 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR0, av,10);
470 if (avsize == 0)
471 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR1, av,10);
473 if (avsize > 0)
482 TCPLIKE_DEBUG((LOG_INFO, "Start removing from cwndvector %d\n", avsize));
483 if (avsize == 0)
486 for (i=0; i < avsize; i++) {
929 u_int16_t avsize; local
941 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR0, av_rcv,10)
    [all...]

Completed in 32 milliseconds