Home
last modified time | relevance | path

Searched refs:ndchkh (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c7765 struct sctp_idata_chunk *ndchkh=NULL; local
8171 ndchkh = mtod(chk->data, struct sctp_idata_chunk *);
8203 ndchkh->ch.chunk_type = SCTP_IDATA;
8204 ndchkh->ch.chunk_flags = chk->rec.data.rcv_flags;
8205 ndchkh->dp.tsn = htonl(chk->rec.data.tsn);
8206 ndchkh->dp.sid = htons(strq->sid);
8207 ndchkh->dp.reserved = htons(0);
8208 ndchkh->dp.mid = htonl(chk->rec.data.mid);
8210 ndchkh->dp.ppid_fsn.ppid = chk->rec.data.ppid;
8212 ndchkh->dp.ppid_fsn.fsn = htonl(sp->fsn);
[all …]