Home
last modified time | relevance | path

Searched refs:sctp_stream_reset_response (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_input.h42 sctp_handle_stream_reset_response(struct sctp_tcb *, struct sctp_stream_reset_response *resp);
H A Dsctp_header.h413 struct sctp_stream_reset_response { struct
436 struct sctp_stream_reset_response sr_resp; argument
H A Dsctp_structs.h372 struct sctp_stream_reset_response *pending_reply;
H A Dsctp_input.c2596 struct sctp_stream_reset_response *resp, int number_entries) in sctp_reset_in_stream()
2672 struct sctp_stream_reset_response *resp) in sctp_handle_stream_reset_response()
2684 number_entries = (param_length - sizeof(struct sctp_stream_reset_response))/sizeof(uint16_t); in sctp_handle_stream_reset_response()
2728 struct sctp_stream_reset_response *resp; in sctp_handle_stream_reset()
2745 resp = (struct sctp_stream_reset_response *)ph; in sctp_handle_stream_reset()