HomeSort by relevance Sort by last modified time
    Searched refs:ctsn (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_shutdown.c 55 uint32_t *ctsn; local
101 smp = allocb(sizeof (*sch) + sizeof (*ctsn), BPRI_MED);
109 smp->b_wptr = smp->b_rptr + sizeof (*sch) + sizeof (*ctsn);
112 sizeof (*sch) + sizeof (*ctsn));
118 sendmp->b_wptr += sizeof (*sch) + sizeof (*ctsn);
126 sch->sch_len = htons(sizeof (*sch) + sizeof (*ctsn));
128 ctsn = (uint32_t *)(sch + 1);
129 *ctsn = htonl(sctp->sctp_lastacked);
sctp_input.c     [all...]

Completed in 0 milliseconds