Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dudp.h23 #ifndef UDPLITE_SEND_CSCOV
24 # define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */ macro
/external/syzkaller/sys/linux/
Dsocket_inet_udp_arm.const10 UDPLITE_SEND_CSCOV = 10
Dsocket_inet_udp_ppc64le.const10 UDPLITE_SEND_CSCOV = 10
Dsocket_inet_udp_amd64.const10 UDPLITE_SEND_CSCOV = 10
Dsocket_inet_udp_386.const10 UDPLITE_SEND_CSCOV = 10
Dsocket_inet_udp_arm64.const10 UDPLITE_SEND_CSCOV = 10
Dsocket_inet_udp.txt36 …s_int = UDP_CORK, UDP_NO_CHECK6_TX, UDP_NO_CHECK6_RX, UDP_SEGMENT, UDPLITE_SEND_CSCOV, UDPLITE_REC…
58 define UDPLITE_SEND_CSCOV 10
/external/ltp/testcases/network/netstress/
Dnetstress.c180 SAFE_SETSOCKOPT_INT(sd, SOL_UDPLITE, UDPLITE_SEND_CSCOV, cscov); in init_socket_opts()