Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c643 { 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 Dsctp_bind.c111 *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 Dsctp_shutdown.c303 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_ootb_shutdown_ack()
334 ixas.ixa_protocol = IPPROTO_SCTP; in sctp_ootb_shutdown_ack()
H A Dsctp_error.c393 ip6h->ip6_nxt = IPPROTO_SCTP; in sctp_ootb_send_abort()
432 ixas.ixa_protocol = IPPROTO_SCTP; in sctp_ootb_send_abort()
H A Dsctp.c636 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_41/usr/src/lib/libsctp/common/
H A Dsctp.c90 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_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c148 {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 Dsnoop_sctp.c789 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 Dsnoop_filter.c1346 "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 Dsnoop_rport.c146 case IPPROTO_SCTP: /* fallthru */ in getportname()
/titanic_41/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c264 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_41/usr/src/lib/libsocket/socket/
H A Dweaks.c172 if (level == IPPROTO_SCTP) { in _getsockopt()
263 if (level == IPPROTO_SCTP) { in __xnet_getsockopt()
/titanic_41/usr/src/lib/libcmd/common/
H A Dfds.c295 #ifdef IPPROTO_SCTP in b_fds()
296 if (prot == IPPROTO_SCTP) in b_fds()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dip.d.in83 #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 Dip.sed.in72 SED_REPLACE(IPPROTO_SCTP)
/titanic_41/usr/src/lib/libdladm/common/
H A Dflowattr.c325 if (protocol == IPPROTO_SCTP) in dladm_proto2str()
343 return (IPPROTO_SCTP); in dladm_str2proto()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c194 so->so_protocol == IPPROTO_SCTP); in socksctp_destroy()
H A Dsocksctp.c1251 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 Dsocksctpsubr.c291 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_41/usr/src/lib/libc/port/gen/
H A Dklpdlib.c201 *proto = IPPROTO_SCTP; in klpd_getport()
/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c544 case IPPROTO_SCTP: in get_port_info()
624 (packet->proto == IPPROTO_SCTP)) { in parse_packet()
/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c166 case IPPROTO_SCTP: in flowacct_port_info()
254 (header->proto == IPPROTO_SCTP)) { in flowacct_extract_header()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6_input.c1656 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 Dip6_output.c741 } else if (protocol == IPPROTO_SCTP) { in ip_output_sw_cksum_v6()
844 } else if (protocol == IPPROTO_SCTP) { in ip_output_cksum_v6()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c152 #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()

12