OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asconf_seq_out
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
377
uint32_t
asconf_seq_out
;
member in struct:sctp_association
sctp_asconf.c
854
stcb->asoc.
asconf_seq_out
++;
1368
if (serial_num == (asoc->
asconf_seq_out
+ 1)) {
1379
if (serial_num != asoc->
asconf_seq_out
) {
1383
printf("handle_asconf_ack: got duplicate/unexpected serial number = %xh (expected = %xh)\n", serial_num, asoc->
asconf_seq_out
);
1511
asoc->
asconf_seq_out
++;
2294
acp->serial_number = htonl(stcb->asoc.
asconf_seq_out
);
sctp_input.c
1268
asoc->sending_seq = asoc->
asconf_seq_out
= asoc->str_reset_seq_out =
1270
asoc->t3timeout_highest_marked = asoc->
asconf_seq_out
;
1343
asoc->sending_seq = asoc->
asconf_seq_out
= asoc->str_reset_seq_out =
1345
asoc->t3timeout_highest_marked = asoc->
asconf_seq_out
;
1532
asoc->sending_seq = asoc->
asconf_seq_out
= asoc->str_reset_seq_out = asoc->init_seq_number;
1533
asoc->t3timeout_highest_marked = asoc->
asconf_seq_out
;
sctputil.c
672
asoc->
asconf_seq_out
= asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq =
674
asoc->t3timeout_highest_marked = asoc->
asconf_seq_out
;
Completed in 22 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025