Searched refs:socket_mtu (Results 1 – 2 of 2) sorted by relevance
683 long socket_mtu = 0; in MAIN() local873 socket_mtu = atol(*(++argv)); in MAIN()1303 if (socket_mtu) { in MAIN()1304 if (socket_mtu < DTLS_get_link_min_mtu(con)) { in MAIN()1311 if (!DTLS_set_link_mtu(con, socket_mtu)) { in MAIN()
330 static long socket_mtu; variable1327 socket_mtu = atol(*(++argv)); in MAIN()2027 if (socket_mtu) { in sv_body()2028 if (socket_mtu < DTLS_get_link_min_mtu(con)) { in sv_body()2036 if (!DTLS_set_link_mtu(con, socket_mtu)) { in sv_body()