Home
last modified time | relevance | path

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

/external/ltp/utils/sctp/include/netinet/
Dsctp.h83 #define SCTP_DELAYED_ACK_TIME 16 macro
84 #define SCTP_DELAYED_ACK SCTP_DELAYED_ACK_TIME
85 #define SCTP_DELAYED_SACK SCTP_DELAYED_ACK_TIME
/external/iproute2/include/uapi/linux/
Dsctp.h81 #define SCTP_DELAYED_ACK_TIME 16 macro
82 #define SCTP_DELAYED_ACK SCTP_DELAYED_ACK_TIME
83 #define SCTP_DELAYED_SACK SCTP_DELAYED_ACK_TIME
/external/kernel-headers/original/uapi/linux/
Dsctp.h85 #define SCTP_DELAYED_ACK_TIME 16 macro
86 #define SCTP_DELAYED_ACK SCTP_DELAYED_ACK_TIME
87 #define SCTP_DELAYED_SACK SCTP_DELAYED_ACK_TIME
/external/ltp/utils/sctp/func_tests/
Dtest_sockopt.c508 test_getsockopt(udp_svr_sk, SCTP_DELAYED_ACK_TIME, &value, in main()
516 test_setsockopt(udp_svr_sk, SCTP_DELAYED_ACK_TIME, &value, in main()
615 error = setsockopt(udp_clt_sk, SOL_SCTP, SCTP_DELAYED_ACK_TIME, in main()
645 error = setsockopt(udp_clt_sk, SOL_SCTP, SCTP_DELAYED_ACK_TIME, in main()