/illumos-gate/usr/src/uts/common/sys/ |
H A D | tihdr.h | 325 t_scalar_t SRC_offset; /* src addr offset */ member 438 t_scalar_t SRC_offset; /* source addr offset */ member 529 t_scalar_t SRC_offset; /* src addr offset */ member
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_krcvudat.c | 128 pptr->unitdata_ind.SRC_offset)) { in t_krcvudata() 139 bcopy(bp->b_rptr + pptr->unitdata_ind.SRC_offset, in t_krcvudata()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_rcvudata.c | 171 ctlbuf.buf + pptr->unitdata_ind.SRC_offset, in _tx_rcvudata()
|
H A D | t_rcvvudata.c | 177 ctlbuf.buf + pptr->unitdata_ind.SRC_offset, in _tx_rcvvudata()
|
H A D | t_listen.c | 205 (size_t)pptr->conn_ind.SRC_offset, in _tx_listen()
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit.c | 1508 if (conn_ind->SRC_offset < sizeof (struct T_conn_ind)) in audit_sock() 1510 offset = conn_ind->SRC_offset; in audit_sock() 1534 if (unitdata_ind->SRC_offset < sizeof (struct T_unitdata_ind)) in audit_sock() 1536 offset = unitdata_ind->SRC_offset; in audit_sock()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_clts.c | 312 hdrsz < (pptr->unitdata_ind.SRC_offset + in svc_clts_krecv() 328 pptr->unitdata_ind.SRC_offset; in svc_clts_krecv()
|
H A D | rpcmod.c | 745 pptr->unitdata_ind.SRC_offset)) { in rpcmodrput()
|
H A D | clnt_clts.c | 723 bcopy(resp->b_rptr + pptr->unitdata_ind.SRC_offset, sin->buf, in clnt_clts_kcallit_addr()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 3335 ci->SRC_offset = (t_scalar_t)sizeof (struct T_conn_ind); in tl_conn_req_ser() 3339 addr_startp = cimp->b_rptr + ci->SRC_offset; in tl_conn_req_ser() 3343 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser() 3351 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser() 5320 addr_startp = mp->b_rptr + udind->SRC_offset; in tl_unitdata() 5335 (t_scalar_t)T_ALIGN(udind->SRC_offset + udind->SRC_length)); in tl_unitdata() 5338 addr_startp = mp->b_rptr + udind->SRC_offset; in tl_unitdata() 5382 udind->SRC_offset = (t_scalar_t)sizeof (struct T_unitdata_ind); in tl_unitdata() 5384 addr_startp = ui_mp->b_rptr + udind->SRC_offset; in tl_unitdata() 5387 (t_scalar_t)T_ALIGN(udind->SRC_offset + udind->SRC_length); in tl_unitdata()
|
H A D | timod.c | 871 ptr = (caddr_t)indp + indp->SRC_offset; in timodrproc() 1190 MBLKIN(mp, tcip->SRC_offset, tcip->SRC_length)) { in timodrproc()
|
H A D | trill.c | 1446 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in trill_ctrl_input()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 501 tunit->SRC_offset = sizeof (*tunit); in pfp_packet() 530 tunit->OPT_offset = _TPI_ALIGN_TOPT(tunit->SRC_offset + in pfp_packet()
|
H A D | socksctp.c | 579 opt = sogetoff(mp, tind->SRC_offset, len, 1); in sosctp_recvmsg()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_notify.c | 69 tudi->SRC_offset = sizeof (*tudi); in sctp_notify()
|
H A D | sctp_input.c | 463 tudi->SRC_offset = sizeof (*tudi); in sctp_input_add_ancillary()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 326 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in rds_deliver_new_msg()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1810 addr = sogetoff(mp, tudi->SRC_offset, addrlen, in strsock_proto() 1820 addrlen, tudi->SRC_offset); in strsock_proto()
|
H A D | sockcommon_sops.c | 1752 addr = sogetoff(mctlp, tpr->unitdata_ind.SRC_offset, in so_recvmsg()
|
H A D | socktpi.c | 1655 src = sogetoff(mp, conn_ind->SRC_offset, srclen, 1); in sotpi_accept() 3151 tpr->unitdata_ind.SRC_offset, in sotpi_recvmsg()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 1358 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in icmp_icmp_error_ipv6() 1359 tudi->OPT_offset = tudi->SRC_offset + sizeof (sin6_t); in icmp_icmp_error_ipv6() 2687 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in icmp_input() 2810 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in icmp_input()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 1224 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in udp_icmp_error_ipv6() 1225 tudi->OPT_offset = tudi->SRC_offset + sizeof (sin6_t); in udp_icmp_error_ipv6() 2461 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in udp_input() 2510 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in udp_input()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mi.c | 1370 tudi->SRC_offset = (t_scalar_t)(mp->b_wptr - mp->b_rptr); in mi_tpi_addr_and_opt()
|