Home
last modified time | relevance | path

Searched refs:sctp_adaptation_layer_indication (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_header.h350 struct sctp_adaptation_layer_indication { struct
H A Dsctp_output.c4623 struct sctp_adaptation_layer_indication *ali; in sctp_send_initiate()
4690 parameter_len = (uint16_t)sizeof(struct sctp_adaptation_layer_indication); in sctp_send_initiate()
4691 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
5045 if (padded_size != sizeof(struct sctp_adaptation_layer_indication)) { in sctp_arethere_unrecognized_parameters()
5470 struct sctp_adaptation_layer_indication *ali; in sctp_send_initiate_ack()
5883 parameter_len = (uint16_t)sizeof(struct sctp_adaptation_layer_indication); in sctp_send_initiate_ack()
5884 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()
H A Dsctp_pcb.c6320 struct sctp_adaptation_layer_indication ai, in sctp_load_addresses_from_init()
6325 aip = (struct sctp_adaptation_layer_indication *)phdr; in sctp_load_addresses_from_init()