Searched refs:sac (Results 1 - 11 of 11) sorted by relevance

/external/ltp/utils/sctp/func_tests/
H A Dtest_connect.c63 struct sctp_assoc_change *sac; local
150 sac = (struct sctp_assoc_change *)iov.iov_base;
151 clt_associd1 = sac->sac_assoc_id;
159 sac = (struct sctp_assoc_change *)iov.iov_base;
160 svr_associd1 = sac->sac_assoc_id;
174 sac = (struct sctp_assoc_change *)iov.iov_base;
175 clt_associd2 = sac->sac_assoc_id;
184 sac = (struct sctp_assoc_change *)iov.iov_base;
185 svr_associd2 = sac->sac_assoc_id;
H A Dtest_connectx.c74 struct sctp_assoc_change *sac; local
187 sac = (struct sctp_assoc_change *)iov.iov_base;
188 clt_associd1 = sac->sac_assoc_id;
204 sac = (struct sctp_assoc_change *)iov.iov_base;
205 svr_associd1 = sac->sac_assoc_id;
218 sac = (struct sctp_assoc_change *)iov.iov_base;
219 clt_associd2 = sac->sac_assoc_id;
226 sac = (struct sctp_assoc_change *)iov.iov_base;
227 svr_associd2 = sac->sac_assoc_id;
H A Dtest_sockopt.c85 struct sctp_assoc_change *sac; local
216 sac = (struct sctp_assoc_change *)iov.iov_base;
217 udp_svr_associd = sac->sac_assoc_id;
225 sac = (struct sctp_assoc_change *)iov.iov_base;
226 udp_clt_associd = sac->sac_assoc_id;
405 sac = (struct sctp_assoc_change *)iov.iov_base;
406 udp_clt_associd = sac->sac_assoc_id;
572 sac = (struct sctp_assoc_change *)iov.iov_base;
574 paddrparams.spp_assoc_id = sac->sac_assoc_id;
583 paddrparams.spp_assoc_id = sac
[all...]
H A Dtest_fragments.c183 sac = (struct sctp_assoc_change *)iov.iov_base;
184 associd2 = sac->sac_assoc_id;
193 sac = (struct sctp_assoc_change *)iov.iov_base;
194 associd1 = sac->sac_assoc_id;
H A Dtest_peeloff.c78 struct sctp_assoc_change *sac; local
172 sac = (struct sctp_assoc_change *)iov.iov_base;
173 clt_associd[i] = sac->sac_assoc_id;
186 sac = (struct sctp_assoc_change *)iov.iov_base;
187 svr_associd[i] = sac->sac_assoc_id;
H A Dtest_assoc_abort.c80 struct sctp_assoc_change *sac; local
177 sac = (struct sctp_assoc_change *)iov.iov_base;
178 svr_associd[i] = sac->sac_assoc_id;
H A Dtest_assoc_shutdown.c79 struct sctp_assoc_change *sac; local
177 sac = (struct sctp_assoc_change *)iov.iov_base;
178 svr_associd[i] = sac->sac_assoc_id;
H A Dtest_basic.c86 struct sctp_assoc_change *sac; local
230 sac = (struct sctp_assoc_change *)iov.iov_base;
231 associd2 = sac->sac_assoc_id;
242 sac = (struct sctp_assoc_change *)iov.iov_base;
243 associd1 = sac->sac_assoc_id;
H A Dtest_timetolive.c108 struct sctp_assoc_change *sac; local
230 sac = (struct sctp_assoc_change *)iov.iov_base;
231 associd2 = sac->sac_assoc_id;
240 sac = (struct sctp_assoc_change *)iov.iov_base;
241 associd1 = sac->sac_assoc_id;
/external/netperf/src/
H A Dnettest_sctp.c226 struct sctp_assoc_change *sac;
240 sac = &snp->sn_assoc_change;
241 switch (sac->sac_type) {
222 struct sctp_assoc_change *sac; local
/external/doclava/src/com/google/doclava/
H A DDoclava.java132 private static boolean sac = false; field in class:Doclava
982 String hdfValue = data.getValue("sac") == null ? "" : data.getValue("sac");

Completed in 303 milliseconds