OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_mtu
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
s_client.c
835
long
socket_mtu
= 0;
local
1287
socket_mtu
= atol(opt_arg());
2072
if (
socket_mtu
) {
2073
if (
socket_mtu
< DTLS_get_link_min_mtu(con)) {
2080
if (!DTLS_set_link_mtu(con,
socket_mtu
)) {
s_server.c
105
static long
socket_mtu
;
variable
1537
socket_mtu
= atol(opt_arg());
2408
if (
socket_mtu
) {
2409
if (
socket_mtu
< DTLS_get_link_min_mtu(con)) {
2417
if (!DTLS_set_link_mtu(con,
socket_mtu
)) {
/src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c
931
long
socket_mtu
= 0;
local
1366
socket_mtu
= atol(opt_arg());
2115
if (
socket_mtu
) {
2116
if (
socket_mtu
< DTLS_get_link_min_mtu(con)) {
2123
if (!DTLS_set_link_mtu(con,
socket_mtu
)) {
s_server.c
110
static long
socket_mtu
;
variable
1517
socket_mtu
= atol(opt_arg());
2335
if (
socket_mtu
) {
2336
if (
socket_mtu
< DTLS_get_link_min_mtu(con)) {
2344
if (!DTLS_set_link_mtu(con,
socket_mtu
)) {
/src/crypto/external/apache2/openssl/dist/apps/
s_client.c
985
long
socket_mtu
= 0;
local
1472
socket_mtu
= atol(opt_arg());
2326
if (
socket_mtu
) {
2327
if (
socket_mtu
< DTLS_get_link_min_mtu(con)) {
2334
if (!DTLS_set_link_mtu(con,
socket_mtu
)) {
s_server.c
111
static long
socket_mtu
;
variable
1685
socket_mtu
= atol(opt_arg());
2616
if (
socket_mtu
) {
2617
if (
socket_mtu
< DTLS_get_link_min_mtu(con)) {
2625
if (!DTLS_set_link_mtu(con,
socket_mtu
)) {
Completed in 43 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026