Lines Matching refs:sre
5207 const mib2_sctpConnRemoteEntry_t *sre; in sctp_getnext_rem() local
5217 sre = (const mib2_sctpConnRemoteEntry_t *) in sctp_getnext_rem()
5220 sre = item->valp; in sctp_getnext_rem()
5222 for (; (char *)sre < (char *)item->valp + item->length; in sctp_getnext_rem()
5224 sre = (const mib2_sctpConnRemoteEntry_t *) in sctp_getnext_rem()
5225 ((const char *)sre + sctpRemoteEntrySize)) { in sctp_getnext_rem()
5226 if (sre->sctpAssocId != associd) { in sctp_getnext_rem()
5230 return (sre); in sctp_getnext_rem()
5318 const mib2_sctpConnRemoteEntry_t *sre = NULL; in sctp_conn_report_item() local
5346 while ((sre = sctp_getnext_rem(&remote, sre, id)) != NULL) { in sctp_conn_report_item()
5347 if (!IN6_ARE_ADDR_EQUAL(&sre->sctpAssocRemAddr, in sctp_conn_report_item()
5355 sctp_pr_addr(sre->sctpAssocRemAddrType, fname, in sctp_conn_report_item()
5356 sizeof (fname), &sre->sctpAssocRemAddr, -1); in sctp_conn_report_item()
5357 if (sre->sctpAssocRemAddrActive == MIB2_SCTP_ACTIVE) { in sctp_conn_report_item()