Home
last modified time | relevance | path

Searched refs:IPPROTO_SCTP (Results 1 – 25 of 26) sorted by relevance

12

/external/tcpdump/
Dipproto.h142 #ifndef IPPROTO_SCTP
143 #define IPPROTO_SCTP 132 macro
Dipproto.c56 { IPPROTO_SCTP, "SCTP" },
Dprint-ip6.c151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
192 case IPPROTO_SCTP: in ip6_print()
Dprint-ip.c366 case IPPROTO_SCTP: in ip_print_demux()
646 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/external/kernel-headers/original/uapi/linux/
Din.h68 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator
69 #define IPPROTO_SCTP IPPROTO_SCTP macro
/external/strace/xlat/
Dinet_protocols.h88 #if defined(IPPROTO_SCTP) || (defined(HAVE_DECL_IPPROTO_SCTP) && HAVE_DECL_IPPROTO_SCTP)
89 XLAT(IPPROTO_SCTP),
Dinet_protocols.in29 IPPROTO_SCTP
/external/iproute2/include/
Diptables.h11 #ifndef IPPROTO_SCTP
12 #define IPPROTO_SCTP 132 macro
/external/iproute2/ip/
Dxfrm.h32 #ifndef IPPROTO_SCTP
33 # define IPPROTO_SCTP 132 macro
Dipxfrm.c474 case IPPROTO_SCTP: in xfrm_selector_print()
1269 case IPPROTO_SCTP: in xfrm_selector_upspec_parse()
Dxfrm_policy.c75 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP)); in usage()
Dxfrm_state.c99 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP)); in usage()
/external/iptables/include/
Dxtables.h21 #ifndef IPPROTO_SCTP
22 #define IPPROTO_SCTP 132 macro
/external/iptables/extensions/
Dlibip6t_MASQUERADE.c81 entry->ipv6.proto == IPPROTO_SCTP || in MASQUERADE_parse()
Dlibip6t_REDIRECT.c82 || entry->ipv6.proto == IPPROTO_SCTP in REDIRECT_parse()
Dlibipt_MASQUERADE.c82 || entry->ip.proto == IPPROTO_SCTP in MASQUERADE_parse()
Dlibipt_REDIRECT.c83 || entry->ip.proto == IPPROTO_SCTP in REDIRECT_parse()
Dlibip6t_DNAT.c155 entry->ipv6.proto == IPPROTO_SCTP || in DNAT_parse()
Dlibip6t_SNAT.c155 entry->ipv6.proto == IPPROTO_SCTP || in SNAT_parse()
Dlibipt_DNAT.c159 || entry->ip.proto == IPPROTO_SCTP in DNAT_parse()
Dlibxt_multiport.c75 case IPPROTO_SCTP: in proto_to_name()
/external/libpcap/
Dgencode.c122 #ifndef IPPROTO_SCTP
123 #define IPPROTO_SCTP 132 macro
4768 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
4769 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
5111 case IPPROTO_SCTP:
5119 tmp = gen_portop(port, IPPROTO_SCTP, dir);
5184 case IPPROTO_SCTP:
5192 tmp = gen_portop6(port, IPPROTO_SCTP, dir);
5287 case IPPROTO_SCTP:
5295 tmp = gen_portrangeop(port1, port2, IPPROTO_SCTP, dir);
[all …]
/external/netperf/
Dnettest_sctp.c206 IPPROTO_SCTP,
438 IPPROTO_SCTP,
1169 IPPROTO_SCTP, in recv_sctp_stream()
1569 IPPROTO_SCTP,
2330 IPPROTO_SCTP, in recv_sctp_stream_1toMany()
2674 IPPROTO_SCTP,
3375 IPPROTO_SCTP, in recv_sctp_rr()
3726 IPPROTO_SCTP,
4423 IPPROTO_SCTP, in recv_sctp_rr_1toMany()
Dnetlib.c464 #if defined(IPPROTO_SCTP) in inet_ptos()
465 case IPPROTO_SCTP: in inet_ptos()
/external/iptables/libxtables/
Dxtables.c1874 {"sctp", IPPROTO_SCTP},

12