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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c271 sctp_first_chunk(uchar_t *rptr, ssize_t remaining) function
309 return (sctp_first_chunk((uchar_t *)ch, *remaining));
3447 if ((ch = sctp_first_chunk((uchar_t *)(sctph + 1), mlen)) == NULL) {
3694 ch = sctp_first_chunk((uchar_t *)(sctph + 1), mlen);

Completed in 277 milliseconds