OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunk_type
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/netinet/
sctp_input.c
676
switch (chk->
chunk_type
) {
699
chk->
chunk_type
, (u_int)chk->
chunk_type
);
1103
if (init_cp->ch.
chunk_type
!= SCTP_INITIATION) {
1130
if (initack_cp->ch.
chunk_type
!= SCTP_INITIATION_ACK) {
1444
if (init_cp->ch.
chunk_type
!= SCTP_INITIATION) {
1471
if (initack_cp->ch.
chunk_type
!= SCTP_INITIATION_ACK) {
2374
switch (desc->
chunk_type
) {
2823
desc.
chunk_type
= ch->
chunk_type
;
[
all
...]
sctp.h
56
u_int8_t
chunk_type
; /* chunk type */
member in struct:sctp_chunkhdr
sctp_constants.h
200
#define IS_SCTP_CONTROL(a) ((a)->
chunk_type
!= SCTP_DATA)
201
#define IS_SCTP_DATA(a) ((a)->
chunk_type
== SCTP_DATA)
sctp_header.h
383
u_int8_t
chunk_type
;
member in struct:sctp_chunk_desc
sctp_output.c
2638
initm->msg.ch.
chunk_type
= SCTP_INITIATION;
3585
initackm_out->msg.ch.
chunk_type
= SCTP_INITIATION_ACK;
5110
dchkh->ch.
chunk_type
= SCTP_DATA;
6017
hdr->
chunk_type
= SCTP_OPERATION_ERROR;
6076
hdr->
chunk_type
= SCTP_COOKIE_ECHO;
6140
chdr->
chunk_type
= SCTP_HEARTBEAT_ACK;
6221
hdr->
chunk_type
= SCTP_COOKIE_ACK;
6267
ack_cp->ch.
chunk_type
= SCTP_SHUTDOWN_ACK;
6312
shutdown_cp->ch.
chunk_type
= SCTP_SHUTDOWN;
7609
fwdtsn->ch.
chunk_type
= SCTP_FORWARD_CUM_TSN
[
all
...]
sctp_pcb.c
1200
if ((ch->
chunk_type
!= SCTP_INITIATION) &&
1201
(ch->
chunk_type
!= SCTP_INITIATION_ACK) &&
1202
(ch->
chunk_type
!= SCTP_COOKIE_ACK) &&
1203
(ch->
chunk_type
!= SCTP_COOKIE_ECHO)) {
1228
if ((ch->
chunk_type
== SCTP_INITIATION) ||
1229
(ch->
chunk_type
== SCTP_INITIATION_ACK)) {
sctp_asconf.c
647
ack_cp->ch.
chunk_type
= SCTP_ASCONF_ACK;
2292
acp->ch.
chunk_type
= SCTP_ASCONF;
sctp_indata.c
2579
*offset, length, iphlen, (int)ch->ch.
chunk_type
);
2585
while (ch->ch.
chunk_type
== SCTP_DATA) {
4311
sack.ch.
chunk_type
= SCTP_SELECTIVE_ACK;
sctputil.c
2727
switch (ch->
chunk_type
) {
2775
if (ch->
chunk_type
== SCTP_ABORT_ASSOCIATION) {
2779
if (ch->
chunk_type
== SCTP_INITIATION) {
/src/sys/netinet6/
sctp6_usrreq.c
217
if (ch->
chunk_type
== SCTP_INITIATION) {
Completed in 29 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025