/external/tcpdump/ |
D | ipproto.h | 142 #ifndef IPPROTO_SCTP 143 #define IPPROTO_SCTP 132 macro
|
D | ipproto.c | 56 { IPPROTO_SCTP, "SCTP" },
|
D | print-ip6.c | 151 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print() 192 case IPPROTO_SCTP: in ip6_print()
|
D | print-ip.c | 366 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/ |
D | in.h | 68 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator 69 #define IPPROTO_SCTP IPPROTO_SCTP macro
|
/external/strace/xlat/ |
D | inet_protocols.h | 88 #if defined(IPPROTO_SCTP) || (defined(HAVE_DECL_IPPROTO_SCTP) && HAVE_DECL_IPPROTO_SCTP) 89 XLAT(IPPROTO_SCTP),
|
D | inet_protocols.in | 29 IPPROTO_SCTP
|
/external/iproute2/include/ |
D | iptables.h | 11 #ifndef IPPROTO_SCTP 12 #define IPPROTO_SCTP 132 macro
|
/external/iproute2/ip/ |
D | xfrm.h | 32 #ifndef IPPROTO_SCTP 33 # define IPPROTO_SCTP 132 macro
|
D | ipxfrm.c | 474 case IPPROTO_SCTP: in xfrm_selector_print() 1269 case IPPROTO_SCTP: in xfrm_selector_upspec_parse()
|
D | xfrm_policy.c | 75 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP)); in usage()
|
D | xfrm_state.c | 99 fprintf(stderr, "%s | ", strxf_proto(IPPROTO_SCTP)); in usage()
|
/external/iptables/include/ |
D | xtables.h | 21 #ifndef IPPROTO_SCTP 22 #define IPPROTO_SCTP 132 macro
|
/external/iptables/extensions/ |
D | libip6t_MASQUERADE.c | 81 entry->ipv6.proto == IPPROTO_SCTP || in MASQUERADE_parse()
|
D | libip6t_REDIRECT.c | 82 || entry->ipv6.proto == IPPROTO_SCTP in REDIRECT_parse()
|
D | libipt_MASQUERADE.c | 82 || entry->ip.proto == IPPROTO_SCTP in MASQUERADE_parse()
|
D | libipt_REDIRECT.c | 83 || entry->ip.proto == IPPROTO_SCTP in REDIRECT_parse()
|
D | libip6t_DNAT.c | 155 entry->ipv6.proto == IPPROTO_SCTP || in DNAT_parse()
|
D | libip6t_SNAT.c | 155 entry->ipv6.proto == IPPROTO_SCTP || in SNAT_parse()
|
D | libipt_DNAT.c | 159 || entry->ip.proto == IPPROTO_SCTP in DNAT_parse()
|
D | libxt_multiport.c | 75 case IPPROTO_SCTP: in proto_to_name()
|
/external/libpcap/ |
D | gencode.c | 122 #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/ |
D | nettest_sctp.c | 206 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()
|
D | netlib.c | 464 #if defined(IPPROTO_SCTP) in inet_ptos() 465 case IPPROTO_SCTP: in inet_ptos()
|
/external/iptables/libxtables/ |
D | xtables.c | 1874 {"sctp", IPPROTO_SCTP},
|