/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 643 { SCTP_ADAPTATION_LAYER, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, 645 { SCTP_ADD_ADDR, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, OP_VARLEN, 647 { SCTP_ASSOCINFO, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, 649 { SCTP_AUTOCLOSE, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 }, 650 { SCTP_DEFAULT_SEND_PARAM, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, 652 { SCTP_DISABLE_FRAGMENTS, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, 654 { SCTP_EVENTS, IPPROTO_SCTP, OA_RW, OA_RW, OP_NP, 0, 656 { SCTP_GET_LADDRS, IPPROTO_SCTP, OA_R, OA_R, OP_NP, OP_VARLEN, 658 { SCTP_GET_NLADDRS, IPPROTO_SCTP, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 }, 659 { SCTP_GET_NPADDRS, IPPROTO_SCTP, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 }, [all …]
|
H A D | sctp_bind.c | 111 *requested_port, IPPROTO_SCTP) != 0) { in sctp_select_port() 675 mlptype = tsol_mlp_port_type(zone, IPPROTO_SCTP, in sctp_bindi() 697 tsol_mlp_findzone(IPPROTO_SCTP, in sctp_bindi() 807 (i = tsol_next_port(zone, port, IPPROTO_SCTP, B_TRUE)) != 0) { in sctp_update_next_port()
|
H A D | sctp_shutdown.c | 303 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_ootb_shutdown_ack() 334 ixas.ixa_protocol = IPPROTO_SCTP; in sctp_ootb_shutdown_ack()
|
H A D | sctp_error.c | 393 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_ootb_send_abort() 432 ixas.ixa_protocol = IPPROTO_SCTP; in sctp_ootb_send_abort()
|
H A D | sctp.c | 636 ASSERT(connp->conn_proto == IPPROTO_SCTP); in sctp_free() 1206 iph_hdr_length = (ip6h->ip6_nxt != IPPROTO_SCTP) ? in sctp_icmp_error_ipv6() 1215 ASSERT(*nexthdrp == IPPROTO_SCTP); in sctp_icmp_error_ipv6() 1974 connp->conn_proto = IPPROTO_SCTP; in sctp_conn_cache_constructor() 2105 ASSERT(connp->conn_proto == IPPROTO_SCTP); in sctp_conn_init()
|
/titanic_50/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 90 return (setsockopt(sock, IPPROTO_SCTP, SCTP_ADD_ADDR, addrs, in sctp_bindx() 93 return (setsockopt(sock, IPPROTO_SCTP, SCTP_REM_ADDR, addrs, in sctp_bindx() 298 if (cmsg->cmsg_level == IPPROTO_SCTP && in sctp_recvmsg() 330 cmsg->cmsg_level = IPPROTO_SCTP; in sctp_send_common()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 148 {IPPROTO_SCTP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET}, 149 {IPPROTO_SCTP, ETHERTYPE_IPV6, IPV6_TYPE_HEADER_OFFSET}, 173 {IPPROTO_SCTP, (DL_IPNETINFO_VERSION << 8 | AF_INET), 175 {IPPROTO_SCTP, (DL_IPNETINFO_VERSION << 8 | AF_INET6), 201 {IPPROTO_SCTP, ETHERTYPE_IP, IPV4_TYPE_HEADER_OFFSET}, 202 {IPPROTO_SCTP, ETHERTYPE_IPV6, IPV6_TYPE_HEADER_OFFSET}, 1292 pf_check_transport_protocol(IPPROTO_SCTP); in pf_primary()
|
H A D | snoop_sctp.c | 789 if (!interpret_reserved(flags, IPPROTO_SCTP, sport, dport, payload, in parse_data_chunk() 1121 pn = getportname(IPPROTO_SCTP, (ushort_t)sport); in interpret_sctp() 1131 pn = getportname(IPPROTO_SCTP, (ushort_t)dport); in interpret_sctp()
|
H A D | snoop_filter.c | 1346 "sctp", 9, 1, IPPROTO_SCTP, 0, OP_OFFSET_LINK, 1347 "sctp", 6, 1, IPPROTO_SCTP, 1, OP_OFFSET_LINK, 1372 "sctp", 9, 1, IPPROTO_SCTP, 0, OP_OFFSET_LINK, 1373 "sctp", 6, 1, IPPROTO_SCTP, 1, OP_OFFSET_LINK, 1393 "sctp", 9, 1, IPPROTO_SCTP, 0, OP_OFFSET_LINK, 1394 "sctp", 6, 1, IPPROTO_SCTP, 1, OP_OFFSET_LINK,
|
H A D | snoop_rport.c | 146 case IPPROTO_SCTP: /* fallthru */ in getportname()
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | getaddrinfo.c | 264 case IPPROTO_SCTP: in _getaddrinfo() 281 aip->ai_protocol = IPPROTO_SCTP; in _getaddrinfo() 329 case IPPROTO_SCTP: in _getaddrinfo() 428 aip->ai_protocol = IPPROTO_SCTP; in _getaddrinfo()
|
/titanic_50/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 172 if (level == IPPROTO_SCTP) { in _getsockopt() 263 if (level == IPPROTO_SCTP) { in __xnet_getsockopt()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | fds.c | 295 #ifdef IPPROTO_SCTP in b_fds() 296 if (prot == IPPROTO_SCTP) in b_fds()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 83 #pragma D binding "1.5" IPPROTO_SCTP 84 inline int IPPROTO_SCTP = @IPPROTO_SCTP@; variable 332 I->ipha_protocol == IPPROTO_SCTP ? "SCTP" : 365 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_SCTP ? "SCTP" :
|
H A D | ip.sed.in | 72 SED_REPLACE(IPPROTO_SCTP)
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | flowattr.c | 325 if (protocol == IPPROTO_SCTP) in dladm_proto2str() 343 return (IPPROTO_SCTP); in dladm_str2proto()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_sctp.c | 194 so->so_protocol == IPPROTO_SCTP); in socksctp_destroy()
|
H A D | socksctp.c | 1251 if (level == IPPROTO_SCTP) { in sosctp_getsockopt() 1316 if (level == IPPROTO_SCTP) { in sosctp_setsockopt() 1592 error = sctp_get_opt((struct sctp_s *)conn, IPPROTO_SCTP, in sosctp_ioctl() 1656 error = sctp_set_opt((struct sctp_s *)conn, IPPROTO_SCTP, in sosctp_ioctl() 1760 IPPROTO_SCTP, SCTP_UC_SWAP, &us, sizeof (us)); in sosctp_ioctl() 2127 if ((cmsg->cmsg_level == IPPROTO_SCTP) && in sctp_assoc_recv()
|
H A D | socksctpsubr.c | 291 if ((cmsg->cmsg_level == IPPROTO_SCTP) && in sosctp_find_cmsg() 434 error = sctp_set_opt(ssa->ssa_conn, IPPROTO_SCTP, SCTP_INITMSG, in sosctp_assoc_createconn()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | klpdlib.c | 201 *proto = IPPROTO_SCTP; in klpd_getport()
|
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 544 case IPPROTO_SCTP: in get_port_info() 624 (packet->proto == IPPROTO_SCTP)) { in parse_packet()
|
/titanic_50/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 166 case IPPROTO_SCTP: in flowacct_port_info() 254 (header->proto == IPPROTO_SCTP)) { in flowacct_extract_header()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 1656 case IPPROTO_SCTP: in ip_fanout_tx_v6() 1865 case IPPROTO_SCTP: { in ip_input_cksum_v6() 2045 case IPPROTO_SCTP: in ip_fanout_v6() 2225 case IPPROTO_SCTP: { in ip_fanout_v6()
|
H A D | ip6_output.c | 741 } else if (protocol == IPPROTO_SCTP) { in ip_output_sw_cksum_v6() 844 } else if (protocol == IPPROTO_SCTP) { in ip_output_cksum_v6()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 152 #ifdef IPPROTO_SCTP in getaddrinfo() 153 case IPPROTO_SCTP: in getaddrinfo() 221 #ifdef IPPROTO_SCTP in inetopen() 229 hint.ai_protocol = IPPROTO_SCTP; in inetopen()
|