Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_dgram.c824 setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, in BIO_new_dgram_sctp()
834 setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, in BIO_new_dgram_sctp()
855 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, authchunks, in BIO_new_dgram_sctp()
889 setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event, in BIO_new_dgram_sctp()
897 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, &sockopt_len); in BIO_new_dgram_sctp()
906 setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, in BIO_new_dgram_sctp()
920 setsockopt(fd, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT, &optval, in BIO_new_dgram_sctp()
982 ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY, in dgram_sctp_handle_auth_free_key_event()
1023 if (cmsg->cmsg_level != IPPROTO_SCTP) in dgram_sctp_read()
1075 i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, in dgram_sctp_read()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_dgram.c844 setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, in BIO_new_dgram_sctp()
854 setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, in BIO_new_dgram_sctp()
875 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_LOCAL_AUTH_CHUNKS, authchunks, in BIO_new_dgram_sctp()
910 setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event, in BIO_new_dgram_sctp()
918 ret = getsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, &sockopt_len); in BIO_new_dgram_sctp()
927 setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, in BIO_new_dgram_sctp()
941 setsockopt(fd, IPPROTO_SCTP, SCTP_PARTIAL_DELIVERY_POINT, &optval, in BIO_new_dgram_sctp()
1003 ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_DELETE_KEY, in dgram_sctp_handle_auth_free_key_event()
1045 if (cmsg->cmsg_level != IPPROTO_SCTP) in dgram_sctp_read()
1095 i = setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, in dgram_sctp_read()
[all …]
/netbsd-src/lib/libc/net/
H A Dsctp_sys_calls.c213 if (setsockopt(sd, IPPROTO_SCTP, flags, gaddrs, in sctp_bindx()
237 return(getsockopt2(sd, IPPROTO_SCTP, opt, arg, size)); in sctp_opt_info()
261 if (getsockopt2(sd, IPPROTO_SCTP, SCTP_GET_REMOTE_ADDR_SIZE, in sctp_getpaddrs()
275 if (getsockopt2(sd, IPPROTO_SCTP, SCTP_GET_PEER_ADDRESSES, in sctp_getpaddrs()
320 if (getsockopt2(sd, IPPROTO_SCTP, SCTP_GET_LOCAL_ADDR_SIZE, in sctp_getladdrs()
338 if (getsockopt2(sd, IPPROTO_SCTP, SCTP_GET_LOCAL_ADDRESSES, addrs, in sctp_getladdrs()
438 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendmsg()
467 if (getsockopt2(sd, IPPROTO_SCTP, SCTP_PEER_ADDR_PARAMS, &sp, &siz) != 0) in sctp_getassocid()
500 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_send()
558 (void)setsockopt(sd, IPPROTO_SCTP, SCTP_CONNECT_X_COMPLETE, (void *)addrs, in sctp_sendx()
[all …]
/netbsd-src/external/bsd/tcpdump/dist/
H A Dipproto.h133 #ifndef IPPROTO_SCTP
134 #define IPPROTO_SCTP 132 macro
/netbsd-src/sys/netinet/
H A Din_proto.c313 .pr_protocol = IPPROTO_SCTP,
324 .pr_protocol = IPPROTO_SCTP,
334 .pr_protocol = IPPROTO_SCTP,
H A Dsctp_constants.h634 #ifndef IPPROTO_SCTP
635 #define IPPROTO_SCTP 132 /* the Official IANA number :-) */ macro
H A Dsctp_usrreq.c3272 if (sopt->sopt_level != IPPROTO_SCTP) { in sctp_ctloutput()
3912 CTL_NET, PF_INET, IPPROTO_SCTP, CTL_EOL); in sysctl_net_inet_sctp_setup()
3919 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_MAXDGRAM, in sysctl_net_inet_sctp_setup()
3927 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_RECVSPACE, in sysctl_net_inet_sctp_setup()
3935 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_AUTOASCONF, in sysctl_net_inet_sctp_setup()
3943 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_ECN_ENABLE, in sysctl_net_inet_sctp_setup()
3951 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_ECN_NONCE, in sysctl_net_inet_sctp_setup()
3959 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_STRICT_SACK, in sysctl_net_inet_sctp_setup()
3967 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_NOCSUM_LO, in sysctl_net_inet_sctp_setup()
3975 CTL_NET, PF_INET, IPPROTO_SCTP, SCTPCTL_STRICT_INI in sysctl_net_inet_sctp_setup()
[all...]
H A Din.h109 #define IPPROTO_SCTP 132 /* SCTP */ macro
H A Dsctp_output.c141 if ((cmh.cmsg_level == IPPROTO_SCTP) && in sctp_find_cmsg()
2150 ip->ip_p = IPPROTO_SCTP; in sctp_lowlevel_chunk_output()
2344 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_lowlevel_chunk_output()
8068 iph_out->ip_p = IPPROTO_SCTP;
8087 ip6_out->ip6_nxt = IPPROTO_SCTP;
8984 iph_out->ip_p = IPPROTO_SCTP;
9001 ip6_out->ip6_nxt = IPPROTO_SCTP;
9152 out->ip_p = IPPROTO_SCTP;
9172 out6->ip6_nxt = IPPROTO_SCTP;
/netbsd-src/sys/netinet6/
H A Din6_proto.c323 .pr_protocol = IPPROTO_SCTP,
333 .pr_protocol = IPPROTO_SCTP,
343 .pr_protocol = IPPROTO_SCTP,
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_socket.c132 if (protocol == IPPROTO_SCTP) { in init_client()
276 if (protocol == IPPROTO_SCTP) { in do_server()
H A Ds_server.c1502 protocol = IPPROTO_SCTP; in s_server_main()
1648 if (protocol == IPPROTO_SCTP) { in s_server_main()
1814 if (protocol == IPPROTO_SCTP && sctp_label_bug == 1) in s_server_main()
2278 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body()
2319 if (prot == IPPROTO_SCTP) in sv_body()
2355 if (prot != IPPROTO_SCTP) in sv_body()
H A Ds_client.c1351 protocol = IPPROTO_SCTP; in s_client_main()
1640 if (protocol == IPPROTO_SCTP) { in s_client_main()
1753 if (protocol == IPPROTO_SCTP && sctp_label_bug == 1) in s_client_main()
2082 if (protocol == IPPROTO_SCTP) in s_client_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Ds_socket.c147 if (protocol == IPPROTO_SCTP) { in init_client()
331 if (protocol == IPPROTO_SCTP) { in do_server()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c1302 (void)setsockopt(sock, IPPROTO_SCTP, SCTP_RTOINFO, in set_sock_as_sctp()
1306 (void)setsockopt(sock, IPPROTO_SCTP, SCTP_ASSOCINFO, in set_sock_as_sctp()
1343 IPPROTO_SCTP, &res)) in create_sctp_socks()
1348 lsock = BIO_socket(family, SOCK_STREAM, IPPROTO_SCTP, 0); in create_sctp_socks()
1375 IPPROTO_SCTP, &res)) in create_sctp_socks()
1378 consock = BIO_socket(family, SOCK_STREAM, IPPROTO_SCTP, 0); in create_sctp_socks()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_ADDRINFO.pod99 explicitly set to IPPROTO_SCTP. The same may be true on other platforms.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Din_.d41 enum IPPROTO_SCTP = 132; in version() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c1522 protocol = IPPROTO_SCTP; in s_server_main()
1699 if (protocol == IPPROTO_SCTP) { in s_server_main()
1863 if (protocol == IPPROTO_SCTP && sctp_label_bug == 1) in s_server_main()
2346 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body()
2387 if (prot == IPPROTO_SCTP) in sv_body()
2428 if (prot != IPPROTO_SCTP) in sv_body()
H A Ds_client.c1272 protocol = IPPROTO_SCTP; in s_client_main()
1586 if (protocol == IPPROTO_SCTP) { in s_client_main()
1713 if (protocol == IPPROTO_SCTP && sctp_label_bug == 1) in s_client_main()
2037 if (protocol == IPPROTO_SCTP) in s_client_main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
H A Din_.d115 enum IPPROTO_SCTP = 132; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
H A Din_.d119 enum IPPROTO_SCTP = 132; variable
/netbsd-src/external/bsd/libevent/dist/
H A Devutil.c939 #ifdef IPPROTO_SCTP in evutil_unparse_protoname()
940 case IPPROTO_SCTP: in evutil_unparse_protoname()
972 #ifdef IPPROTO_SCTP in evutil_getaddrinfo_infer_protocols()
973 else if (hints->ai_protocol == IPPROTO_SCTP) in evutil_getaddrinfo_infer_protocols()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/netinet/
H A Din_.d142 enum IPPROTO_SCTP = 132; variable
/netbsd-src/usr.bin/kdump/
H A Dkdump.c618 CASERETURN(IPPROTO_SCTP); in sockproto()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/netinet/
H A Din_.d363 IPPROTO_SCTP = 132,

12