Home
last modified time | relevance | path

Searched refs:dtls_SetMTU (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Ddtlscon.c552 dtls_SetMTU(ss, ss->ssl3.hs.maxMessageSent - 1); in dtls_RetransmitTimerExpiredCb()
926 dtls_SetMTU(sslSocket *ss, PRUint16 advertised) in dtls_SetMTU() function
Dsslimpl.h1953 extern void dtls_SetMTU(sslSocket *ss, PRUint16 advertised);
Dssl3con.c12307 dtls_SetMTU(ss, 0); /* Set the MTU to the highest plateau */ in ssl3_InitState()