Home
last modified time | relevance | path

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

123

/freebsd-12.1/lib/libc/net/
H A Dsctp_sys_calls.c605 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendmsg()
632 if (getsockopt(sd, IPPROTO_SCTP, in sctp_getassocid()
672 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_send()
1029 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
1043 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
1056 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
1071 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
1080 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
1088 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
1119 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_sendv()
[all …]
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbss_dgram.c840 setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, in BIO_new_dgram_sctp()
850 setsockopt(fd, IPPROTO_SCTP, SCTP_AUTH_CHUNK, &auth, in BIO_new_dgram_sctp()
906 setsockopt(fd, IPPROTO_SCTP, SCTP_EVENT, &event, in BIO_new_dgram_sctp()
923 setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, in BIO_new_dgram_sctp()
1041 if (cmsg->cmsg_level != IPPROTO_SCTP) in dgram_sctp_read()
1289 cmsg->cmsg_level = IPPROTO_SCTP; in dgram_sctp_write()
1302 cmsg->cmsg_level = IPPROTO_SCTP; in dgram_sctp_write()
1312 cmsg->cmsg_level = IPPROTO_SCTP; in dgram_sctp_write()
1390 setsockopt(b->num, IPPROTO_SCTP, SCTP_NODELAY, in dgram_sctp_ctrl()
1630 setsockopt(b->num, IPPROTO_SCTP, SCTP_EVENT, &event, in BIO_dgram_sctp_wait_for_dry()
[all …]
/freebsd-12.1/contrib/tcpdump/
H A Dipproto.h141 #ifndef IPPROTO_SCTP
142 #define IPPROTO_SCTP 132 macro
H A Dprint-ip6.c290 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print()
338 case IPPROTO_SCTP: in ip6_print()
H A Dipproto.c51 { IPPROTO_SCTP, "SCTP" },
H A Dprint-ip.c386 case IPPROTO_SCTP: in ip_print_demux()
674 ipds->nh != IPPROTO_SCTP && ipds->nh != IPPROTO_DCCP) { in ip_print()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remotesctp.ksh91 args[4]->ipv4_protocol == IPPROTO_SCTP/
104 args[4]->ipv4_protocol == IPPROTO_SCTP/
H A Dtst.remotesctpstate.ksh95 args[4]->ipv4_protocol == IPPROTO_SCTP/
109 args[4]->ipv4_protocol == IPPROTO_SCTP/
H A Dtst.ipv4localsctp.ksh114 args[4]->ipv4_protocol == IPPROTO_SCTP/
127 args[4]->ipv4_protocol == IPPROTO_SCTP/
H A Dtst.localsctpstate.ksh117 args[4]->ipv4_protocol == IPPROTO_SCTP/
131 args[4]->ipv4_protocol == IPPROTO_SCTP/
/freebsd-12.1/contrib/apr/network_io/unix/
H A Dsockopt.c233 if (sock->protocol == IPPROTO_SCTP) { in apr_socket_opt_set()
234 optlevel = IPPROTO_SCTP; in apr_socket_opt_set()
269 if (sock->protocol == IPPROTO_SCTP) { in apr_socket_opt_set()
270 optlevel = IPPROTO_SCTP; in apr_socket_opt_set()
/freebsd-12.1/sys/netinet/
H A Din_proto.c152 .pr_protocol = IPPROTO_SCTP,
164 .pr_protocol = IPPROTO_SCTP,
331 SYSCTL_NODE(_net_inet, IPPROTO_SCTP, sctp, CTLFLAG_RW, 0, "SCTP");
H A Dsctp_syscalls.c135 if (head->so_proto->pr_protocol != IPPROTO_SCTP) {
245 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
365 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
476 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
H A Dsctp_constants.h873 #ifndef IPPROTO_SCTP
874 #define IPPROTO_SCTP 132 /* the Official IANA number :-) */ macro
/freebsd-12.1/cddl/lib/libdtrace/
H A Dip.d166 #pragma D binding "1.5" IPPROTO_SCTP
167 inline short IPPROTO_SCTP = 132; variable
197 proto == IPPROTO_SCTP ? "SCTP" :
/freebsd-12.1/usr.sbin/traceroute6/
H A Dtraceroute6.c521 useproto = IPPROTO_SCTP; in main()
567 case IPPROTO_SCTP: in main()
653 case IPPROTO_SCTP: in main()
674 if ((useproto == IPPROTO_SCTP) && (datalen & 3)) { in main()
1079 case IPPROTO_SCTP: in send_probe()
1361 case IPPROTO_SCTP: in packet_ok()
1460 case IPPROTO_SCTP: in get_uphdr()
/freebsd-12.1/usr.bin/sockstat/
H A Dsockstat.c340 sock->proto = IPPROTO_SCTP; in gather_sctp()
444 sock->proto = IPPROTO_SCTP; in gather_sctp()
1085 s->proto == IPPROTO_SCTP && in displaysock()
1098 s->proto == IPPROTO_SCTP && in displaysock()
1111 if (s->proto == IPPROTO_SCTP || in displaysock()
1116 case IPPROTO_SCTP: in displaysock()
1325 if (protos[i] == IPPROTO_SCTP) in main()
/freebsd-12.1/crypto/openssl/apps/
H A Ds_socket.c132 if (protocol == IPPROTO_SCTP) { in init_client()
266 if (protocol == IPPROTO_SCTP) { in do_server()
/freebsd-12.1/sys/netinet/libalias/
H A Dalias_sctp.h100 #define LINK_SCTP IPPROTO_SCTP
/freebsd-12.1/sys/netinet6/
H A Din6_proto.c189 .pr_protocol = IPPROTO_SCTP,
203 .pr_protocol = IPPROTO_SCTP,
440 SYSCTL_NODE(_net_inet6, IPPROTO_SCTP, sctp6, CTLFLAG_RW, 0, "SCTP6");
/freebsd-12.1/sbin/ipfw/
H A Dnat.c268 return IPPROTO_SCTP; in StrToProto()
441 if (r->proto == IPPROTO_SCTP) { in setup_redir_port()
476 if (r->proto == IPPROTO_SCTP) { /* so the logic below still works */ in setup_redir_port()
536 if (r->proto == IPPROTO_SCTP) { in setup_redir_port()
/freebsd-12.1/usr.bin/procstat/
H A Dprocstat_files.c68 case IPPROTO_SCTP: in protocol_to_string()
551 sock.proto == IPPROTO_SCTP || in procstat_files()
/freebsd-12.1/sys/kern/
H A Duipc_mbufhash.c134 case IPPROTO_SCTP: in m_ether_tcpip_hash()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw2.c562 ip->ip_p = IPPROTO_SCTP; in ipfw_send_abort()
575 ip6->ip6_nxt = IPPROTO_SCTP; in ipfw_send_abort()
892 args->f_id.proto == IPPROTO_SCTP) { in send_reject6()
1011 args->f_id.proto == IPPROTO_SCTP) { in send_reject()
1502 case IPPROTO_SCTP: in ipfw_chk()
1687 case IPPROTO_SCTP: in ipfw_chk()
1992 proto != IPPROTO_SCTP) in ipfw_chk()
2153 proto == IPPROTO_SCTP) && offset == 0) { in ipfw_chk()
/freebsd-12.1/contrib/libpcap/
H A Dgencode.c156 #ifndef IPPROTO_SCTP
157 #define IPPROTO_SCTP 132 macro
5442 case IPPROTO_SCTP: in gen_port()
5511 case IPPROTO_SCTP: in gen_port6()
5609 case IPPROTO_SCTP: in gen_portrange()
5705 case IPPROTO_SCTP: in gen_portrange6()
6496 else if (real_proto == IPPROTO_SCTP) in gen_scode()
6520 real_proto = IPPROTO_SCTP; in gen_scode()
6561 real_proto = IPPROTO_SCTP; in gen_scode()
6713 proto = IPPROTO_SCTP; in gen_ncode()
[all …]

123