Lines Matching defs:icp
687 const sctp_init_chunk_t *icp = data;
689 if (datalen < sizeof (*icp)) {
699 ntohl(icp->sic_inittsn), ntohs(icp->sic_outstr),
700 ntohs(icp->sic_instr), ntohl(icp->sic_a_rwnd)));
707 "Initiate tag = 0x%.8x", ntohl(icp->sic_inittag));
709 "Advertised receiver window credit = %u", ntohl(icp->sic_a_rwnd));
711 "Outbound streams = %hu", ntohs(icp->sic_outstr));
713 "Inbound streams = %hu", ntohs(icp->sic_instr));
715 "Initial TSN = 0x%.8x", ntohl(icp->sic_inittsn));
717 if (datalen > sizeof (*icp)) {
718 interpret_params(icp + 1, datalen - sizeof (*icp),