Home
last modified time | relevance | path

Searched refs:SCTP_INITIATION (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp.h436 #define SCTP_INITIATION 0x01 macro
H A Dsctp_input.c1482 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_existing()
2029 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_new()
3250 case SCTP_INITIATION: in process_chunk_drop()
4404 if (ch->chunk_type == SCTP_INITIATION) { in sctp_process_control()
4602 case SCTP_INITIATION: in sctp_process_control()
4649 case SCTP_INITIATION: in sctp_process_control()
5353 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_common_input_processing()
5393 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_common_input_processing()
5488 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_common_input_processing()
H A Dip_icmp.c307 if (ch->chunk_type == SCTP_INITIATION) { in icmp_error()
H A Dsctp_auth.c111 if ((chunk == SCTP_INITIATION) || in sctp_auth_add_chunk()
H A Dsctputil.c4575 if (ch->chunk_type == SCTP_INITIATION) { in sctp_is_there_an_abort_here()
7232 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_recv_icmp_tunneled_packet()
7374 if ((chunk_type != SCTP_INITIATION) || in sctp_recv_icmp6_tunneled_packet()
H A Dsctp_indata.c2805 case SCTP_INITIATION: in sctp_process_data()
H A Dsctp_pcb.c2246 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_findassociation_addr()
H A Dsctp_usrreq.c318 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_ctlinput()
H A Dsctp_output.c4675 init->ch.chunk_type = SCTP_INITIATION; in sctp_send_initiate()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h436 #define SCTP_INITIATION 0x01 macro
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c364 if ((chunk_type != SCTP_INITIATION) || in sctp6_ctlinput()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c925 case SCTP_INITIATION: in send_reject6()
1043 case SCTP_INITIATION: in send_reject()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c1110 case SCTP_INITIATION: in sctp_PktParser()