Searched defs:sce (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c543 mib2_sctpConnEntry_t sce; local
587 sce.sctpAssocRemHostName.o_length = 0;
588 sce.sctpAssocRemHostName.o_bytes[0] = 0;
659 sce.sctpAssocId = ntohl(sctp->sctp_lvtag);
660 sce.sctpAssocLocalPort = ntohs(sctp->sctp_connp->conn_lport);
661 sce.sctpAssocRemPort = ntohs(sctp->sctp_connp->conn_fport);
668 sce.sctpAssocRemPrimAddrType =
671 sce.sctpAssocRemPrimAddrType =
674 sce.sctpAssocRemPrimAddr = fp->sf_faddr;
675 sce
[all...]
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c123 static void sce(void);
563 sce();
795 sce(void) function

Completed in 58 milliseconds