Lines Matching refs:sle
5242 const mib2_sctpConnLocalEntry_t *sle; in sctp_getnext_local() local
5252 sle = (const mib2_sctpConnLocalEntry_t *) in sctp_getnext_local()
5255 sle = item->valp; in sctp_getnext_local()
5257 for (; (char *)sle < (char *)item->valp + item->length; in sctp_getnext_local()
5259 sle = (const mib2_sctpConnLocalEntry_t *) in sctp_getnext_local()
5260 ((const char *)sle + sctpLocalEntrySize)) { in sctp_getnext_local()
5261 if (sle->sctpAssocId != associd) { in sctp_getnext_local()
5265 return (sle); in sctp_getnext_local()
5319 const mib2_sctpConnLocalEntry_t *sle = NULL; in sctp_conn_report_item() local
5368 while ((sle = sctp_getnext_local(&local, sle, id)) != NULL) { in sctp_conn_report_item()
5369 if (!IN6_ARE_ADDR_EQUAL(&sle->sctpAssocLocalAddr, in sctp_conn_report_item()
5377 sctp_pr_addr(sle->sctpAssocLocalAddrType, lname, in sctp_conn_report_item()
5378 sizeof (lname), &sle->sctpAssocLocalAddr, -1); in sctp_conn_report_item()