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

  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_shutdown.c 53 mblk_t *sendmp; local
99 (sendmp = sctp_make_sack(sctp, fp, NULL)) != NULL) {
103 freemsg(sendmp);
106 linkb(sendmp, smp);
111 sendmp = sctp_make_mp(sctp, fp,
113 if (sendmp == NULL) {
117 sch = (sctp_chunk_hdr_t *)sendmp->b_wptr;
118 sendmp->b_wptr += sizeof (*sch) + sizeof (*ctsn);
136 sctp_set_iplen(sctp, sendmp, fp->ixa);
137 (void) conn_ip_output(sendmp, fp->ixa)
    [all...]
sctp_error.c 525 mblk_t *sendmp; local
546 if ((sendmp = sctp_make_mp(sctp, fp, 0)) == NULL) {
552 sendmp->b_cont = sctp->sctp_err_chunks;
553 sctp_set_iplen(sctp, sendmp, fp->ixa);
554 (void) conn_ip_output(sendmp, fp->ixa);
580 mblk_t *sendmp; local
586 if ((sendmp = sctp_make_mp(sctp, fp, 0)) == NULL) {
591 sendmp->b_cont = errmp;
592 sctp_set_iplen(sctp, sendmp, fp->ixa);
593 (void) conn_ip_output(sendmp, fp->ixa)
    [all...]

Completed in 60 milliseconds