Home | History | Annotate | Download | only in netinet

Lines Matching defs:eh

1561 	struct sctp_error_cause *eh;
1566 eh = (struct sctp_error_cause *)(aph + 1);
1567 ph = (struct sctp_paramhdr *)(eh + 1);
1569 if (htons(eh->length) + sizeof(struct sctp_error_cause) >
1577 htons(eh->length)) {
1584 error_code = ntohs(eh->code);