Searched refs:sctp_cookie_ack_chunk (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h334 struct sctp_cookie_ack_chunk { struct
H A Dsctp_bsd_addr.c425 if (length < (int)(SCTP_MIN_V4_OVERHEAD + sizeof(struct sctp_cookie_ack_chunk))) {
H A Dsctp_input.c2957 sctp_handle_cookie_ack(struct sctp_cookie_ack_chunk *cp SCTP_UNUSED,
4773 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb,
5231 if ((stcb == NULL) || chk_length != sizeof(struct sctp_cookie_ack_chunk)) {
5257 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, *netp);
5781 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, net);

Completed in 100 milliseconds