Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util_md.c129 static int init_tcp_max_buf, init_udp_max_buf; variable
1116 if (!init_tcp_max_buf && sotype == SOCK_STREAM) { in NET_SetSockOpt()
1124 init_tcp_max_buf = 1; in NET_SetSockOpt()