Home
last modified time | relevance | path

Searched refs:initmp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c469 mblk_t *initmp, ip_recv_attr_t *ira) in sctp_send_initack() argument
505 isv4 = (IPH_HDR_VERSION(initmp->b_rptr) == IPV4_VERSION); in sctp_send_initack()
509 initiph = (ipha_t *)initmp->b_rptr; in sctp_send_initack()
513 initip6h = (ip6_t *)initmp->b_rptr; in sctp_send_initack()
526 if (validate_init_params(sctp, ch, init, initmp, NULL, &errmp, in sctp_send_initack()
610 SCTP_ERR_NO_RESOURCES, NULL, 0, initmp, 0, B_FALSE, ira); in sctp_send_initack()
646 SCTP_ERR_UNKNOWN, NULL, 0, initmp, 0, in sctp_send_initack()
661 SCTP_ERR_NO_RESOURCES, NULL, 0, initmp, 0, B_FALSE, ira); in sctp_send_initack()
857 SCTP_ERR_AUTH_ERR, NULL, 0, initmp, 0, B_FALSE, in sctp_send_initack()
H A Dsctp_conn.c356 mblk_t *initmp; in sctp_connect() local
598 initmp = sctp_init_mp(sctp, cur_fp); in sctp_connect()
599 if (initmp == NULL) { in sctp_connect()
644 (void) conn_ip_output(initmp, ixa); in sctp_connect()