HomeSort by relevance Sort by last modified time
    Searched refs:curr_mtu (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 161 static unsigned int dtls1_guess_mtu(unsigned int curr_mtu);
226 int curr_mtu; local
252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
254 if ( curr_mtu > 0)
255 mtu = curr_mtu;
288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
291 if ( curr_mtu <= DTLS1_HM_HEADER_LENGTH)
297 curr_mtu = s->d1->mtu - DTLS1_RT_HEADER_LENGTH -
301 if ( s->init_num > curr_mtu)
302 len = curr_mtu;
    [all...]
  /external/openssl/ssl/
d1_both.c 161 static unsigned int dtls1_guess_mtu(unsigned int curr_mtu);
226 int curr_mtu; local
252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
254 if ( curr_mtu > 0)
255 mtu = curr_mtu;
288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
291 if ( curr_mtu <= DTLS1_HM_HEADER_LENGTH)
297 curr_mtu = s->d1->mtu - DTLS1_RT_HEADER_LENGTH -
301 if ( s->init_num > curr_mtu)
302 len = curr_mtu;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 337 UINT16 curr_mtu; member in struct:__anon3884
356 UINT16 curr_mtu; member in struct:__anon3887
811 UINT16 curr_mtu; /* common mtu shared by all active streams */ member in struct:__anon3912
848 UINT16 curr_mtu; /* common mtu shared by all active streams */ member in struct:__anon3916

Completed in 288 milliseconds