Home
last modified time | relevance | path

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

12

/external/tcpdump/
Dipproto.h140 #ifndef IPPROTO_SCTP
141 #define IPPROTO_SCTP 132 macro
Dipproto.c52 { IPPROTO_SCTP, "SCTP" },
Dprint-ip6.c149 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
190 case IPPROTO_SCTP: in ip6_print()
Dprint-ip.c367 case IPPROTO_SCTP: in ip_print_demux()
645 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/external/iproute2/include/linux/
Din.h70 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator
71 #define IPPROTO_SCTP IPPROTO_SCTP macro
/external/kernel-headers/original/uapi/linux/
Din.h70 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator
71 #define IPPROTO_SCTP IPPROTO_SCTP macro
/external/strace/xlat/
Dinet_protocols.h95 #if defined(IPPROTO_SCTP) || (defined(HAVE_DECL_IPPROTO_SCTP) && HAVE_DECL_IPPROTO_SCTP)
96 XLAT(IPPROTO_SCTP),
Dinet_protocols.in29 IPPROTO_SCTP
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc409 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, &params, 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/
Dxfrm.h31 #ifndef IPPROTO_SCTP
32 # define IPPROTO_SCTP 132 macro
/external/iproute2/include/
Dxtables.h21 #ifndef IPPROTO_SCTP
22 #define IPPROTO_SCTP 132 macro
/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()
Dlibipt_MASQUERADE.c82 || entry->ip.proto == IPPROTO_SCTP in MASQUERADE_parse()
Dlibip6t_REDIRECT.c82 || entry->ipv6.proto == IPPROTO_SCTP in REDIRECT_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_SNAT.c159 || entry->ip.proto == IPPROTO_SCTP in SNAT_parse()
Dlibipt_DNAT.c159 || entry->ip.proto == IPPROTO_SCTP in DNAT_parse()
/external/netperf/src/
Dnettest_sctp.c200 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()
Dnetsh.c520 #ifdef IPPROTO_SCTP in parse_protocol()
523 return IPPROTO_SCTP; in parse_protocol()
/external/libpcap/
Dgencode.c122 #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/
Dbpf_prog.c243 case IPPROTO_SCTP: in flow_ports_offset()
/external/libevent/
Devutil.c751 #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()

12