Searched refs:ali (Results 1 – 1 of 1) sorted by relevance
4623 struct sctp_adaptation_layer_indication *ali; in sctp_send_initiate() local4691 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()4692 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION); in sctp_send_initiate()4693 ali->ph.param_length = htons(parameter_len); in sctp_send_initiate()4694 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator); in sctp_send_initiate()5470 struct sctp_adaptation_layer_indication *ali; in sctp_send_initiate_ack() local5884 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()5885 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION); in sctp_send_initiate_ack()5886 ali->ph.param_length = htons(parameter_len); in sctp_send_initiate_ack()5887 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator); in sctp_send_initiate_ack()