Home
last modified time | relevance | path

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

/external/ltp/testcases/network/netstress/
Dnetstress.c163 int cscov = init_srv_msg_len >> 1; in init_socket_opts() local
165 if (cscov < 8) in init_socket_opts()
166 cscov = 8; in init_socket_opts()
167 tst_res(TINFO, "UDP-Lite send cscov is %d", cscov); in init_socket_opts()
169 SAFE_SETSOCKOPT_INT(sd, SOL_UDPLITE, UDPLITE_SEND_CSCOV, cscov); in init_socket_opts()