Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c4625 struct sctp_zero_checksum_acceptable *zero_chksum; in sctp_send_initiate() local
4721 zero_chksum = (struct sctp_zero_checksum_acceptable *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
4722 zero_chksum->ph.param_type = htons(SCTP_ZERO_CHECKSUM_ACCEPTABLE); in sctp_send_initiate()
4723 zero_chksum->ph.param_length = htons(parameter_len); in sctp_send_initiate()
4724 zero_chksum->edmid = htonl(stcb->asoc.rcv_edmid); in sctp_send_initiate()
4936 struct sctp_zero_checksum_acceptable zero_chksum, *zero_chksum_p; in sctp_arethere_unrecognized_parameters() local
5011 (struct sctp_paramhdr *)&zero_chksum, in sctp_arethere_unrecognized_parameters()
5508 struct sctp_zero_checksum_acceptable *zero_chksum; in sctp_send_initiate_ack() local
5964 zero_chksum = (struct sctp_zero_checksum_acceptable *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()
5965 zero_chksum->ph.param_type = htons(SCTP_ZERO_CHECKSUM_ACCEPTABLE); in sctp_send_initiate_ack()
[all …]
H A Dsctp_pcb.c6267 struct sctp_zero_checksum_acceptable zero_chksum, in sctp_load_addresses_from_init() local
6271 (struct sctp_paramhdr *)&zero_chksum, in sctp_load_addresses_from_init()