Searched defs:ali (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c5061 struct sctp_adaptation_layer_indication *ali; local
5136 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t) + chunk_len);
5137 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION);
5138 ali->ph.param_length = htons(parameter_len);
5139 ali->indication = htonl(inp->sctp_ep.adaptation_layer_indicator);
5848 struct sctp_adaptation_layer_indication *ali; local
6309 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t) + chunk_len);
6310 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION);
6311 ali->ph.param_length = htons(parameter_len);
6312 ali
[all...]

Completed in 232 milliseconds