Lines Matching refs:status
102 struct sctp_status status;
172 memset(&status, 0, optlen);
173 error = getsockopt(udp_svr_sk, SOL_SCTP, SCTP_STATUS, &status,
240 memset(&status, 0, optlen);
241 status.sstat_assoc_id = udp_clt_associd;
242 test_getsockopt(udp_clt_sk, SCTP_STATUS, &status, &optlen);
248 memset(&status, 0, optlen);
249 status.sstat_assoc_id = udp_svr_associd;
250 error = getsockopt(udp_clt_sk, SOL_SCTP, SCTP_STATUS, &status,
260 memset(&status, 0, optlen);
261 status.sstat_assoc_id = 0;
262 error = getsockopt(udp_svr_sk, SOL_SCTP, SCTP_STATUS, &status,