| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 61 .pr_protocol = IPPROTO_SCTP, 73 .pr_protocol = IPPROTO_SCTP, 89 .pr_protocol = IPPROTO_SCTP, 102 .pr_protocol = IPPROTO_SCTP, 127 error = ipproto_register(IPPROTO_SCTP); in sctp_module_load() 138 error = ip6proto_register(IPPROTO_SCTP); in sctp_module_load() 155 (void)ipproto_unregister(IPPROTO_SCTP); in sctp_module_unload() 156 (void)pf_proto_unregister(PF_INET, IPPROTO_SCTP, SOCK_STREAM); in sctp_module_unload() 157 (void)pf_proto_unregister(PF_INET, IPPROTO_SCTP, SOCK_SEQPACKET); in sctp_module_unload() 160 (void)ip6proto_unregister(IPPROTO_SCTP); in sctp_module_unload() [all …]
|
| H A D | in_proto.c | 148 .pr_protocol = IPPROTO_SCTP, 160 .pr_protocol = IPPROTO_SCTP, 324 SYSCTL_NODE(_net_inet, IPPROTO_SCTP, sctp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | sctp_syscalls.c | 161 if (head->so_proto->pr_protocol != IPPROTO_SCTP) { 267 if (so->so_proto->pr_protocol != IPPROTO_SCTP) { 383 if (so->so_proto->pr_protocol != IPPROTO_SCTP) { 490 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
|
| H A D | sctp_constants.h | 849 #ifndef IPPROTO_SCTP 850 #define IPPROTO_SCTP 132 /* the Official IANA number :-) */ macro
|
| H A D | in.h | 240 #define IPPROTO_SCTP 132 /* SCTP */ macro
|
| H A D | ip_icmp.c | 279 } else if (oip->ip_p == IPPROTO_SCTP) { in icmp_error()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/netinet/ |
| H A D | in.h | 26 #define IPPROTO_SCTP 132 macro
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.h | 98 #define LINK_SCTP IPPROTO_SCTP
|
| H A D | alias.c | 1360 case IPPROTO_SCTP: in LibAliasInLocked() 1514 case IPPROTO_SCTP: in LibAliasOutLocked()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 185 .pr_protocol = IPPROTO_SCTP, 199 .pr_protocol = IPPROTO_SCTP, 427 SYSCTL_NODE(_net_inet6, IPPROTO_SCTP, sctp6, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| /f-stack/dpdk/app/test/ |
| H A D | test_flow_classify.c | 153 { 0, 0, 0, 0, 0, 0, IPPROTO_SCTP, 0, RTE_IPV4(11, 12, 13, 14), 560 dst_addr, pktlen, IPPROTO_SCTP); in init_ipv4_sctp_traffic() 568 0, &pkt_ipv4_hdr, 1, IPPROTO_SCTP, in init_ipv4_sctp_traffic()
|
| H A D | packet_burst_generator.c | 401 case IPPROTO_SCTP: in generate_packet_burst_proto() 426 case IPPROTO_SCTP: in generate_packet_burst_proto()
|
| /f-stack/tools/ipfw/ |
| H A D | nat.c | 280 return IPPROTO_SCTP; in StrToProto() 453 if (r->proto == IPPROTO_SCTP) { in setup_redir_port() 488 if (r->proto == IPPROTO_SCTP) { /* so the logic below still works */ in setup_redir_port() 548 if (r->proto == IPPROTO_SCTP) { in setup_redir_port()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_clsf.c | 192 ip4_val.next_proto_id = IPPROTO_SCTP; in copy_fltr_v2() 273 ipv6_val.proto = IPPROTO_SCTP; in copy_fltr_v2()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_constants.h | 849 #ifndef IPPROTO_SCTP 850 #define IPPROTO_SCTP 132 /* the Official IANA number :-) */ macro
|
| H A D | in.h | 223 #define IPPROTO_SCTP 132 /* SCTP */ macro
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net.c | 63 [IPPROTO_SCTP] = RTE_PTYPE_L4_SCTP, in ptype_l4() 120 [IPPROTO_SCTP] = RTE_PTYPE_INNER_L4_SCTP, in ptype_inner_l4()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbufhash.c | 115 case IPPROTO_SCTP: in m_tcpip_hash()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 576 ip->ip_p = IPPROTO_SCTP; in ipfw_send_abort() 589 ip6->ip6_nxt = IPPROTO_SCTP; in ipfw_send_abort() 909 args->f_id.proto == IPPROTO_SCTP) { in send_reject6() 1027 args->f_id.proto == IPPROTO_SCTP) { in send_reject() 1543 case IPPROTO_SCTP: in ipfw_chk() 1730 case IPPROTO_SCTP: in ipfw_chk() 2061 proto != IPPROTO_SCTP) in ipfw_chk() 2223 proto == IPPROTO_SCTP) && offset == 0) { in ipfw_chk()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 805 case IPPROTO_SCTP: in ng_netflow_rcvdata() 851 case IPPROTO_SCTP: in ng_netflow_rcvdata()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | icmpecho.c | 198 case IPPROTO_SCTP: /**< Stream Control Transport Protocol */ in ip_proto_name()
|
| H A D | csumonly.c | 529 } else if (info->l4_proto == IPPROTO_SCTP) { in process_inner_cksums()
|
| /f-stack/tools/netstat/ |
| H A D | sctp.c | 505 if (proto != IPPROTO_SCTP) in sctp_protopr()
|
| H A D | main.c | 103 sctp_stats, NULL, "sctp", 1, IPPROTO_SCTP },
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 599 case IPPROTO_SCTP: in add_classify_rule()
|