Searched refs:uph (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c537 uint16_t *uph; local
543 uph = (uint16_t *)ipha;
544 sum = uph[0] + uph[1] + uph[2] + uph[3] + uph[4] +
545 uph[5] + uph[6] + uph[
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1137 sctp_add_unrec_parm(sctp_parm_hdr_t *uph, mblk_t **errmp, argument
1146 len = sizeof (*ph) + ntohs(uph->sph_len);
1161 bcopy(uph, ph + 1, ntohs(uph->sph_len));

Completed in 63 milliseconds