/external/openssl/crypto/bio/ |
D | bss_dgram.c | 895 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, sizeof(struct sctp_authchunk)); in BIO_new_dgram_sctp() 898 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, sizeof(struct sctp_authchunk)); in BIO_new_dgram_sctp() 907 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, authchunks, &sockopt_len); in BIO_new_dgram_sctp() 929 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event)); in BIO_new_dgram_sctp() 933 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, &sockopt_len); in BIO_new_dgram_sctp() 938 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, sizeof(struct sctp_event_subscribe)); in BIO_new_dgram_sctp() 946 ret = setsockopt(fd, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT, &optval, sizeof(optval)); in BIO_new_dgram_sctp() 1002 ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY, in dgram_sctp_handle_auth_free_key_event() 1041 if (cmsg->cmsg_level != IPPROTO_SCTP) in dgram_sctp_read() 1111 i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, sizeof(struct sctp_event)); in dgram_sctp_read() [all …]
|
/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/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
D | sctpdataengine.cc | 336 sock_ = usrsctp_socket(AF_CONN, SOCK_STREAM, IPPROTO_SCTP, in OpenSctpSocket() 366 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_ENABLE_STREAM_RESET, in OpenSctpSocket() 375 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, in OpenSctpSocket() 386 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_PEER_ADDR_PARAMS, ¶ms, in OpenSctpSocket() 404 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_EVENT, &event, in OpenSctpSocket() 928 sock_, IPPROTO_SCTP, SCTP_RESET_STREAMS, resetp, in SendQueuedStreamResets()
|
/external/iproute2/ip/ |
D | xfrm.h | 32 #ifndef IPPROTO_SCTP 33 # define IPPROTO_SCTP 132 macro
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_socket.c | 471 if (sctp_attach(so, IPPROTO_SCTP, SCTP_DEFAULT_VRFID)) { in sonewconn() 479 if (sctp6_attach(so, IPPROTO_SCTP, SCTP_DEFAULT_VRFID)) { in sonewconn() 486 if (sctpconn_attach(so, IPPROTO_SCTP, SCTP_DEFAULT_VRFID)) { in sonewconn() 1185 if (proto != IPPROTO_SCTP) { in socreate() 1339 if ((protocol = IPPROTO_SCTP) && (SCTP_BASE_VAR(sctp_pcb_initialized) == 0)) { in usrsctp_socket() 2234 case IPPROTO_SCTP: 2321 case IPPROTO_SCTP: 2457 if (usrsctp_setsockopt(so, IPPROTO_SCTP, flags, gaddrs, (socklen_t)argsz) != 0) { 2502 if (usrsctp_setsockopt(so, IPPROTO_SCTP, flags, gaddrs, (socklen_t)argsz) != 0) { 2589 ret = usrsctp_setsockopt(so, IPPROTO_SCTP, SCTP_CONNECT_X, (void *)buf, (socklen_t)len); [all …]
|
D | usrsctp.h | 56 #ifndef IPPROTO_SCTP 58 #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 | 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_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/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()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_constants.h | 903 #ifndef IPPROTO_SCTP 904 #define IPPROTO_SCTP 132 /* the Official IANA number :-) */ macro
|