/titanic_44/usr/src/uts/common/inet/ |
H A D | led.h | 53 #define OK_32PTR(p) OK_16PTR(p) macro 55 #define OK_32PTR(p) (!((uintptr_t)(p) & 0x3))
|
H A D | ip_impl.h | 164 (DB_TYPE(mp) != M_DATA || DB_REF(mp) != 1 || !OK_32PTR(ipha) || \
|
H A D | proto_set.c | 285 if (name == NULL || !OK_32PTR((char *)name)) in proto_verify_ip_addr()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_error.c | 225 ASSERT(OK_32PTR(sh)); in sctp_send_abort() 228 ASSERT(OK_32PTR(insh)); in sctp_send_abort() 240 ASSERT(OK_32PTR(sh)); in sctp_send_abort() 243 ASSERT(OK_32PTR(insh)); in sctp_send_abort()
|
H A D | sctp_conn.c | 69 ASSERT(OK_32PTR(sctph)); in sctp_accept_comm() 158 ASSERT(OK_32PTR(mp->b_rptr)); in sctp_conn_request()
|
H A D | sctp_heartbeat.c | 285 ASSERT(OK_32PTR(cp)); in sctp_process_heartbeat()
|
H A D | sctp_cookie.c | 522 ASSERT(OK_32PTR(initsh)); in sctp_send_initack() 692 ASSERT(OK_32PTR(iacksh)); in sctp_send_initack() 1092 ASSERT(OK_32PTR(cech)); in sctp_send_cookie_echo()
|
H A D | sctp_input.c | 483 ASSERT(OK_32PTR(sri)); in sctp_input_add_ancillary() 525 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary() 539 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary() 553 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary() 566 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary() 582 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary() 598 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary() 614 ASSERT(OK_32PTR(optptr)); in sctp_input_add_ancillary()
|
H A D | sctp_hash.c | 550 if (!OK_32PTR(mp->b_rptr)) { in ip_fanout_sctp()
|
H A D | sctp_common.c | 328 ASSERT(OK_32PTR(mp->b_wptr)); in sctp_make_mp()
|
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | bind.c | 262 !OK_32PTR((char *)sin)) { in rdsv3_bind()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 453 ASSERT(OK_32PTR(tmp_tcph)); in tcp_process_options() 708 OK_32PTR((up = ((uint8_t *)tcpha) + in tcp_paws_check() 1479 ASSERT(OK_32PTR(mp->b_rptr)); in tcp_input_listener() 2398 ASSERT(OK_32PTR(rptr)); in tcp_input_data() 5138 ASSERT(OK_32PTR(optptr)); in tcp_input_add_ancillary() 5152 ASSERT(OK_32PTR(optptr)); in tcp_input_add_ancillary() 5166 ASSERT(OK_32PTR(optptr)); in tcp_input_add_ancillary() 5179 ASSERT(OK_32PTR(optptr)); in tcp_input_add_ancillary() 5194 ASSERT(OK_32PTR(optptr)); in tcp_input_add_ancillary() 5210 ASSERT(OK_32PTR(optptr)); in tcp_input_add_ancillary() [all …]
|
H A D | tcp_bind.c | 549 if (!OK_32PTR((char *)sa)) { in tcp_bind_check()
|
H A D | tcp_output.c | 767 if (!OK_32PTR(mp1->b_rptr)) { in tcp_wput_iocdata() 1294 (!OK_32PTR(rptr))) { in tcp_output() 2042 if (!OK_32PTR(rptr) || in tcp_send() 3628 ASSERT(OK_32PTR(rptr)); in tcp_fill_header()
|
H A D | tcp_tpi.c | 607 if (sin == NULL || !OK_32PTR((char *)sin)) { in tcp_tpi_connect()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | inet_ntop.c | 82 if (addr == NULL || !(OK_32PTR(addr))) { in inet_ntop()
|
H A D | icmp.c | 434 if (sa == NULL || !OK_32PTR((char *)sa)) { in rawip_do_bind() 735 if (sa == NULL || !OK_32PTR((char *)sa)) { in rawip_do_connect() 1154 ASSERT(OK_32PTR(mp->b_rptr)); in icmp_icmp_input() 2582 ASSERT(OK_32PTR(rptr)); in icmp_input() 4006 if (DB_REF(mp) != 1 || iph < DB_BASE(mp) || !OK_32PTR(iph)) { in icmp_prepend_header_template() 4205 if (!OK_32PTR((char *)sin6) || (addrlen != sizeof (sin6_t)) || in icmp_wput() 4282 if ((!OK_32PTR((char *)sin) || addrlen != sizeof (sin_t)) || in icmp_wput()
|
H A D | ip6_input.c | 296 if (!OK_32PTR(ip6h) || MBLKL(mp) < IPV6_HDR_LEN) { in ip_input_common_v6()
|
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 470 if (sin == NULL || !OK_32PTR((char *)sin)) { in rds_bind() 786 if (!OK_32PTR((char *)sin) || tudr->DEST_length != in rds_wput_data()
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 977 !OK_32PTR((char *)iphp)) in mac_pkt_hash() 1021 !OK_32PTR((char *)ip6hp)) in mac_pkt_hash()
|
H A D | mac_flow.c | 1950 if (!OK_32PTR(l3_start)) in flow_ip_accept() 2321 if (!OK_32PTR(l4_start)) in flow_transport_accept()
|
H A D | mac_protect.c | 1630 if (!OK_32PTR(s) || mp->b_cont != NULL) { in get_l3_info()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 560 if (sa == NULL || !OK_32PTR((char *)sa)) { in udp_tpi_bind() 574 if (sa == NULL || !OK_32PTR((char *)sa)) { in udp_tpi_bind() 904 ASSERT(OK_32PTR(mp->b_rptr)); in udp_icmp_input() 2214 ASSERT(OK_32PTR(rptr)); in udp_input() 3223 if (DB_REF(mp) != 1 || iph < DB_BASE(mp) || !OK_32PTR(iph)) { in udp_prepend_header_template() 3485 if (!OK_32PTR((char *)sin6) || (addrlen != sizeof (sin6_t)) || in udp_wput() 3594 if ((!OK_32PTR((char *)sin) || addrlen != sizeof (sin_t)) || in udp_wput() 4839 if (sin == NULL || !OK_32PTR((char *)sin)) in udp_do_bind() 4858 if (sin6 == NULL || !OK_32PTR((char *)sin6)) in udp_do_bind()
|
/titanic_44/usr/src/cmd/mdb/common/modules/idm/ |
H A D | idm.c | 3515 #define OK_32PTR(p) OK_16PTR(p) macro 3517 #define OK_32PTR(p) (!((uintptr_t)(p) & 0x3)) macro 3544 if (addr == NULL || !(OK_32PTR(addr))) { in iscsi_inet_ntop()
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 1622 assert(OK_32PTR(mp->b_rptr)); in tcp_conn_request() 2276 assert(OK_32PTR(tmp_tcph)); in tcp_process_options() 2378 OK_32PTR((up = ((uint8_t *)tcph) + in tcp_paws_check() 2643 assert(OK_32PTR(mp->b_rptr)); in tcp_rput_data() 4958 if (!OK_32PTR(rptr) || in tcp_wput_data()
|