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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c607 sctp_parm_hdr_t *errh; local
614 errh = (sctp_parm_hdr_t *)(ch + 1);
617 switch (errh->sph_type) {
635 if (ntohs(errh->sph_len) < (sizeof (*errh) + sizeof (*uch))) {
639 uch = (sctp_chunk_hdr_t *)(errh + 1);
648 (ntohs(errh->sph_len) - sizeof (*errh))) {
H A Dsctp_notify.c368 sctp_parm_hdr_t *errh = NULL; local
392 errh = (sctp_parm_hdr_t *)((char *)ch +
397 errh = (sctp_parm_hdr_t *)(ch + 1);
401 if (errh != NULL) {
402 error = ntohs(errh->sph_type);
403 dlen = ntohs(errh->sph_len) - sizeof (*errh);
405 dtail = errh + 1;

Completed in 627 milliseconds