Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcpdump/
HDprint-sctp.c97 #define SCTP_INITIATION 0x01 macro
117 { SCTP_INITIATION, "INIT" },
633 case SCTP_INITIATION : in sctp_print()
/freebsd-head/sys/netinet/
HDsctp.h443 #define SCTP_INITIATION 0x01 macro
HDsctp_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()
HDip_icmp.c313 if (ch->chunk_type == SCTP_INITIATION) { in icmp_error()
HDsctp_auth.c108 if ((chunk == SCTP_INITIATION) || in sctp_auth_add_chunk()
HDsctputil.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()
HDsctp_indata.c2793 case SCTP_INITIATION: in sctp_process_data()
HDsctp_pcb.c2126 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_findassociation_addr()
HDsctp_usrreq.c321 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_ctlinput()
HDsctp_output.c4677 init->ch.chunk_type = SCTP_INITIATION; in sctp_send_initiate()
/freebsd-head/sys/netpfil/pf/
HDpf_norm.c2012 case SCTP_INITIATION: in pf_scan_sctp()
2037 if (ch.chunk_type == SCTP_INITIATION && in pf_scan_sctp()
2043 if (ch.chunk_type == SCTP_INITIATION) in pf_scan_sctp()
/freebsd-head/sys/netinet6/
HDsctp6_usrreq.c334 if ((chunk_type != SCTP_INITIATION) || in sctp6_ctlinput()
/freebsd-head/usr.sbin/traceroute6/
HDtraceroute6.c1164 init->ch.chunk_type = SCTP_INITIATION; in send_probe()
/freebsd-head/sys/netpfil/ipfw/
HDip_fw2.c926 case SCTP_INITIATION: in send_reject6()
1044 case SCTP_INITIATION: in send_reject()
/freebsd-head/usr.sbin/traceroute/
HDtraceroute.c1544 init->ch.chunk_type = SCTP_INITIATION; in sctp_prep()
/freebsd-head/sys/netinet/libalias/
HDalias_sctp.c1123 case SCTP_INITIATION: in sctp_PktParser()