Home
last modified time | relevance | path

Searched refs:OK_32PTR (Results 1 – 25 of 30) sorted by relevance

12

/titanic_44/usr/src/uts/common/inet/
H A Dled.h53 #define OK_32PTR(p) OK_16PTR(p) macro
55 #define OK_32PTR(p) (!((uintptr_t)(p) & 0x3))
H A Dip_impl.h164 (DB_TYPE(mp) != M_DATA || DB_REF(mp) != 1 || !OK_32PTR(ipha) || \
H A Dproto_set.c285 if (name == NULL || !OK_32PTR((char *)name)) in proto_verify_ip_addr()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c225 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 Dsctp_conn.c69 ASSERT(OK_32PTR(sctph)); in sctp_accept_comm()
158 ASSERT(OK_32PTR(mp->b_rptr)); in sctp_conn_request()
H A Dsctp_heartbeat.c285 ASSERT(OK_32PTR(cp)); in sctp_process_heartbeat()
H A Dsctp_cookie.c522 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 Dsctp_input.c483 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 Dsctp_hash.c550 if (!OK_32PTR(mp->b_rptr)) { in ip_fanout_sctp()
H A Dsctp_common.c328 ASSERT(OK_32PTR(mp->b_wptr)); in sctp_make_mp()
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c262 !OK_32PTR((char *)sin)) { in rdsv3_bind()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c453 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 Dtcp_bind.c549 if (!OK_32PTR((char *)sa)) { in tcp_bind_check()
H A Dtcp_output.c767 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 Dtcp_tpi.c607 if (sin == NULL || !OK_32PTR((char *)sin)) { in tcp_tpi_connect()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c82 if (addr == NULL || !(OK_32PTR(addr))) { in inet_ntop()
H A Dicmp.c434 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 Dip6_input.c296 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 Drdsddi.c470 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 Dmac_util.c977 !OK_32PTR((char *)iphp)) in mac_pkt_hash()
1021 !OK_32PTR((char *)ip6hp)) in mac_pkt_hash()
H A Dmac_flow.c1950 if (!OK_32PTR(l3_start)) in flow_ip_accept()
2321 if (!OK_32PTR(l4_start)) in flow_transport_accept()
H A Dmac_protect.c1630 if (!OK_32PTR(s) || mp->b_cont != NULL) { in get_l3_info()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c560 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 Didm.c3515 #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 Dtcp.c1622 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()

12