Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sctp.c97 #define SCTP_INITIATION 0x01 macro
117 { SCTP_INITIATION, "INIT" },
633 case SCTP_INITIATION : in sctp_print()
/freebsd/sys/netinet/
H A Dsctp.h443 #define SCTP_INITIATION 0x01 macro
H A Dsctp_input.c1411 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_existing()
1988 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_new()
3209 case SCTP_INITIATION: in process_chunk_drop()
4357 if (ch->chunk_type == SCTP_INITIATION) { in sctp_process_control()
4534 case SCTP_INITIATION: in sctp_process_control()
4578 case SCTP_INITIATION: in sctp_process_control()
5321 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_common_input_processing()
5394 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_common_input_processing()
5491 if ((ch->chunk_type != SCTP_INITIATION) && in sctp_common_input_processing()
H A Dip_icmp.c312 if (ch->chunk_type == SCTP_INITIATION) { in icmp_error()
H A Dsctp_auth.c108 if ((chunk == SCTP_INITIATION) || in sctp_auth_add_chunk()
H A Dsctputil.c4633 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_is_there_an_abort_here()
7289 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_recv_icmp_tunneled_packet()
7430 if ((chunk_type != SCTP_INITIATION) || in sctp_recv_icmp6_tunneled_packet()
H A Dsctp_indata.c2793 case SCTP_INITIATION: in sctp_process_data()
H A Dsctp_pcb.c2126 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_findassociation_addr()
H A Dsctp_usrreq.c321 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_ctlinput()
H A Dsctp_output.c4677 init->ch.chunk_type = SCTP_INITIATION; in sctp_send_initiate()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c2036 case SCTP_INITIATION: in pf_scan_sctp()
2061 if (ch.chunk_type == SCTP_INITIATION && in pf_scan_sctp()
2067 if (ch.chunk_type == SCTP_INITIATION) in pf_scan_sctp()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c338 if ((chunk_type != SCTP_INITIATION) || in sctp6_ctlinput()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1170 init->ch.chunk_type = SCTP_INITIATION; in send_probe()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1544 init->ch.chunk_type = SCTP_INITIATION; in sctp_prep()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c929 case SCTP_INITIATION: in send_reject6()
1047 case SCTP_INITIATION: in send_reject()
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c1123 case SCTP_INITIATION: in sctp_PktParser()