OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strreq
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_timer.c
969
struct sctp_stream_reset_req *
strreq
;
local in function:sctp_strreset_timer
975
strreq
= mtod(strrst->data, struct sctp_stream_reset_req *);
976
if (
strreq
->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_REQUEST)) {
sctp_input.c
2639
struct sctp_stream_reset_req *
strreq
;
local in function:sctp_clean_up_stream_reset
2640
strreq
= mtod(chk->data, struct sctp_stream_reset_req *);
2641
if (
strreq
->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) {
2644
} else if (
strreq
->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
2646
(u_int)ntohs(
strreq
->sr_req.ph.param_type));
sctp_output.c
4977
struct sctp_stream_reset_req *
strreq
;
local in function:sctp_clean_up_ctl
4979
strreq
= mtod(chk->data, struct sctp_stream_reset_req *);
4980
if (
strreq
->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) {
6512
struct sctp_stream_reset_req *
strreq
;
local in function:sctp_chunk_retransmission
6513
strreq
= mtod(chk->data, struct sctp_stream_reset_req *);
6514
if (
strreq
->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
8835
struct sctp_stream_reset_req *
strreq
;
local in function:sctp_send_str_reset_req
8896
strreq
= mtod(chk->data, struct sctp_stream_reset_req *);
8897
strreq
->ch.chunk_type = SCTP_STREAM_RESET;
8898
strreq
->ch.chunk_flags = 0
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025