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

  /src/sys/netinet/
dccp_usrreq.c 200 int len, data_off, extrah_len, optlen; local in function:dccp_input
517 extrah_len = 0;
534 extrah_len = 4;
541 extrah_len = 8 ;
546 extrah_len = 8;
549 extrah_len += 4;
568 extrah_len = 4;
583 optlen = data_off - (sizeof(struct dccplhdr) + extrah_len);
585 optlen = data_off - (sizeof(struct dccphdr) + extrah_len);
588 DCCP_DEBUG((LOG_INFO, "Data offset is smaller then it could be, optlen = %i data_off = %i, m_len = %i, iphlen = %i extrah_len = %i !\n", optlen, data_off, m->m_len, iphlen, extrah_len))
1125 u_int32_t hdrlen, optlen, extrah_len, cslen; local in function:dccp_output
    [all...]
dccp_usrreq.c 200 int len, data_off, extrah_len, optlen; local in function:dccp_input
517 extrah_len = 0;
534 extrah_len = 4;
541 extrah_len = 8 ;
546 extrah_len = 8;
549 extrah_len += 4;
568 extrah_len = 4;
583 optlen = data_off - (sizeof(struct dccplhdr) + extrah_len);
585 optlen = data_off - (sizeof(struct dccphdr) + extrah_len);
588 DCCP_DEBUG((LOG_INFO, "Data offset is smaller then it could be, optlen = %i data_off = %i, m_len = %i, iphlen = %i extrah_len = %i !\n", optlen, data_off, m->m_len, iphlen, extrah_len))
1125 u_int32_t hdrlen, optlen, extrah_len, cslen; local in function:dccp_output
    [all...]

Completed in 22 milliseconds