HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_STATUS (Results 1 - 25 of 42) sorted by null

1 2

  /external/ltp/utils/sctp/lib/
opt_info.c 51 case SCTP_STATUS:
  /external/strace/xlat/
socksctpoptions.h 53 #if defined(SCTP_STATUS) || (defined(HAVE_DECL_SCTP_STATUS) && HAVE_DECL_SCTP_STATUS)
54 XLAT(SCTP_STATUS),
  /external/ltp/utils/sctp/func_tests/
test_assoc_abort.c 84 struct sctp_status status;
202 memset(&status, 0, sizeof(struct sctp_status));
204 status_len = sizeof(struct sctp_status);
205 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS,
209 "getsockopt(SCTP_STATUS): %s",
216 memset(&status, 0, sizeof(struct sctp_status));
218 status_len = sizeof(struct sctp_status);
219 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS,
223 "getsockopt(SCTP_STATUS) "
test_assoc_shutdown.c 83 struct sctp_status status;
203 memset(&status, 0, sizeof(struct sctp_status));
205 status_len = sizeof(struct sctp_status);
206 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS,
210 "getsockopt(SCTP_STATUS): %s",
217 memset(&status, 0, sizeof(struct sctp_status));
219 status_len = sizeof(struct sctp_status);
220 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS,
224 "getsockopt(SCTP_STATUS) "
test_sockopt.c 101 struct sctp_status status;
163 /* TEST #1: SCTP_STATUS socket option. */
164 /* Make sure that SCTP_STATUS getsockopt on a socket with no
167 optlen = sizeof(struct sctp_status);
169 error = getsockopt(udp_svr_sk, SOL_SCTP, SCTP_STATUS, &status,
172 tst_brkm(TBROK, tst_exit, "getsockopt(SCTP_STATUS) on a "
176 tst_resm(TPASS, "getsockopt(SCTP_STATUS) on a socket with no assoc");
234 /* Get SCTP_STATUS for udp_clt_sk's given association. */
235 optlen = sizeof(struct sctp_status);
238 test_getsockopt(udp_clt_sk, SCTP_STATUS, &status, &optlen)
    [all...]
test_sctp_sendrecvmsg.c 93 struct sctp_status gstatus;
225 len = sizeof(struct sctp_status);
226 memset(&gstatus,0,sizeof(struct sctp_status));
228 error = getsockopt(sk1, IPPROTO_SCTP, SCTP_STATUS, &gstatus, &len);
  /development/ndk/platforms/android-21/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /external/ltp/utils/sctp/include/netinet/
sctp.h 79 #define SCTP_STATUS 14
686 * 7.2.1 Association Status (SCTP_STATUS)
694 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
sctp.h 42 #define SCTP_STATUS 14
430 struct sctp_status { struct

Completed in 250 milliseconds

1 2