OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initack_cp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_input.c
1047
struct sctp_init_ack_chunk *
initack_cp
, initack_buf;
local in function:sctp_process_cookie_existing
1117
initack_cp
= (struct sctp_init_ack_chunk *)
1120
if (
initack_cp
== NULL) {
1129
chk_length = ntohs(
initack_cp
->ch.chunk_length);
1130
if (
initack_cp
->ch.chunk_type != SCTP_INITIATION_ACK) {
1138
if ((ntohl(
initack_cp
->init.initiate_tag) == asoc->my_vtag) &&
1234
if (ntohl(
initack_cp
->init.initiate_tag) != asoc->my_vtag &&
1244
if (ntohl(
initack_cp
->init.initiate_tag) == asoc->my_vtag &&
1264
asoc->my_rwnd = ntohl(
initack_cp
->init.a_rwnd);
1266
ntohs(
initack_cp
->init.num_outbound_streams)
1415
struct sctp_init_ack_chunk *
initack_cp
, initack_buf;
local in function:sctp_process_cookie_new
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025