/external/tcpdump/ |
D | ipproto.h | 140 #ifndef IPPROTO_SCTP 141 #define IPPROTO_SCTP 132 macro
|
D | ipproto.c | 52 { IPPROTO_SCTP, "SCTP" },
|
D | print-ip6.c | 149 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print() 190 case IPPROTO_SCTP: in ip6_print()
|
D | print-ip.c | 367 case IPPROTO_SCTP: in ip_print_demux() 645 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
|
/external/iproute2/include/linux/ |
D | in.h | 70 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator 71 #define IPPROTO_SCTP IPPROTO_SCTP macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 70 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator 71 #define IPPROTO_SCTP IPPROTO_SCTP macro
|
/external/strace/xlat/ |
D | inet_protocols.h | 95 #if defined(IPPROTO_SCTP) || (defined(HAVE_DECL_IPPROTO_SCTP) && HAVE_DECL_IPPROTO_SCTP) 96 XLAT(IPPROTO_SCTP),
|
D | inet_protocols.in | 29 IPPROTO_SCTP
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine.cc | 409 sock_ = usrsctp_socket(AF_CONN, SOCK_STREAM, IPPROTO_SCTP, in OpenSctpSocket() 441 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_ENABLE_STREAM_RESET, in OpenSctpSocket() 450 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, in OpenSctpSocket() 461 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_PEER_ADDR_PARAMS, ¶ms, in OpenSctpSocket() 479 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_EVENT, &event, in OpenSctpSocket() 1023 sock_, IPPROTO_SCTP, SCTP_RESET_STREAMS, resetp, in SendQueuedStreamResets()
|
/external/iproute2/ip/ |
D | xfrm.h | 31 #ifndef IPPROTO_SCTP 32 # define IPPROTO_SCTP 132 macro
|
/external/iproute2/include/ |
D | xtables.h | 21 #ifndef IPPROTO_SCTP 22 #define IPPROTO_SCTP 132 macro
|
/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 | libipt_MASQUERADE.c | 82 || entry->ip.proto == IPPROTO_SCTP in MASQUERADE_parse()
|
D | libip6t_REDIRECT.c | 82 || entry->ipv6.proto == IPPROTO_SCTP in REDIRECT_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_SNAT.c | 159 || entry->ip.proto == IPPROTO_SCTP in SNAT_parse()
|
D | libipt_DNAT.c | 159 || entry->ip.proto == IPPROTO_SCTP in DNAT_parse()
|
/external/netperf/src/ |
D | nettest_sctp.c | 200 IPPROTO_SCTP, in sctp_enable_events() 427 IPPROTO_SCTP, in send_sctp_stream() 1157 IPPROTO_SCTP, in recv_sctp_stream() 1553 IPPROTO_SCTP, in send_sctp_stream_1toMany() 2313 IPPROTO_SCTP, in recv_sctp_stream_1toMany() 2655 IPPROTO_SCTP, in send_sctp_rr() 3355 IPPROTO_SCTP, in recv_sctp_rr() 3704 IPPROTO_SCTP, in send_sctp_rr_1toMany() 4399 IPPROTO_SCTP, in recv_sctp_rr_1toMany()
|
D | netsh.c | 520 #ifdef IPPROTO_SCTP in parse_protocol() 523 return IPPROTO_SCTP; in parse_protocol()
|
/external/libpcap/ |
D | gencode.c | 122 #ifndef IPPROTO_SCTP 123 #define IPPROTO_SCTP 132 macro 4853 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT); 4854 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT); 5196 case IPPROTO_SCTP: 5204 tmp = gen_portop(port, IPPROTO_SCTP, dir); 5269 case IPPROTO_SCTP: 5277 tmp = gen_portop6(port, IPPROTO_SCTP, dir); 5372 case IPPROTO_SCTP: 5380 tmp = gen_portrangeop(port1, port2, IPPROTO_SCTP, dir); [all …]
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 243 case IPPROTO_SCTP: in flow_ports_offset()
|
/external/libevent/ |
D | evutil.c | 751 #ifdef IPPROTO_SCTP in evutil_unparse_protoname() 752 case IPPROTO_SCTP: in evutil_unparse_protoname() 784 #ifdef IPPROTO_SCTP in evutil_getaddrinfo_infer_protocols() 785 else if (hints->ai_protocol == IPPROTO_SCTP) in evutil_getaddrinfo_infer_protocols()
|