Lines Matching defs:snp
618 uint32_t *snp;
639 snp = (uint32_t *)(ch + 1);
640 rlen = ntohs(ch->sch_len) - sizeof (*ch) - sizeof (*snp);
646 *snp = ntohl(*snp);
647 if (sctp->sctp_cxmit_list == NULL || *snp != (sctp->sctp_lcsn - 1)) {
683 ph = (sctp_parm_hdr_t *)(snp + 1);
920 uint32_t *snp;
1009 snp = (uint32_t *)(mp->b_rptr + sizeof (sctp_chunk_hdr_t));
1010 *snp = htonl(sctp->sctp_lcsn++);