Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h415 struct sctp_error_missing_param { struct
Dsctp_input.c501 len = (uint16_t)(sizeof(struct sctp_error_missing_param) + sizeof(uint16_t)); in sctp_process_init_ack()
505 struct sctp_error_missing_param *cause; in sctp_process_init_ack()
508 cause = mtod(op_err, struct sctp_error_missing_param *); in sctp_process_init_ack()