Home
last modified time | relevance | path

Searched refs:init_udp_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
1125 } else if (!init_udp_max_buf && sotype == SOCK_DGRAM) { in NET_SetSockOpt()
1133 init_udp_max_buf = 1; in NET_SetSockOpt()