Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_header.h348 struct sctp_adaptation_layer_indication { struct
H A Dsctp_output.c4624 struct sctp_adaptation_layer_indication *ali; in sctp_send_initiate()
4692 parameter_len = (uint16_t)sizeof(struct sctp_adaptation_layer_indication); in sctp_send_initiate()
4693 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
5082 if (padded_size != sizeof(struct sctp_adaptation_layer_indication)) { in sctp_arethere_unrecognized_parameters()
5507 struct sctp_adaptation_layer_indication *ali; in sctp_send_initiate_ack()
5932 parameter_len = (uint16_t)sizeof(struct sctp_adaptation_layer_indication); in sctp_send_initiate_ack()
5933 ali = (struct sctp_adaptation_layer_indication *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()
H A Dsctp_pcb.c6203 struct sctp_adaptation_layer_indication ai, in sctp_load_addresses_from_init()
6208 aip = (struct sctp_adaptation_layer_indication *)phdr; in sctp_load_addresses_from_init()