/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 241 long SRC_offset; /* src addr offset */ member 324 long SRC_offset; /* source addr offset */ member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tihdr.h | 362 t_scalar_t SRC_offset; /* src addr offset */ member 475 t_scalar_t SRC_offset; /* source addr offset */ member 566 t_scalar_t SRC_offset; /* src addr offset */ member
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | t_rcvudata.c | 173 ctlbuf.buf + pptr->unitdata_ind.SRC_offset, in _tx_rcvudata()
|
H A D | t_rcvvudata.c | 179 ctlbuf.buf + pptr->unitdata_ind.SRC_offset, in _tx_rcvvudata()
|
H A D | t_listen.c | 207 (size_t)pptr->conn_ind.SRC_offset, in _tx_listen()
|
/titanic_50/usr/src/uts/common/c2/ |
H A D | audit.c | 1509 if (conn_ind->SRC_offset < sizeof (struct T_conn_ind)) in audit_sock() 1511 offset = conn_ind->SRC_offset; in audit_sock() 1535 if (unitdata_ind->SRC_offset < sizeof (struct T_unitdata_ind)) in audit_sock() 1537 offset = unitdata_ind->SRC_offset; in audit_sock()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | svc_clts.c | 307 hdrsz < (pptr->unitdata_ind.SRC_offset + in svc_clts_krecv() 323 pptr->unitdata_ind.SRC_offset; in svc_clts_krecv()
|
H A D | rpcmod.c | 750 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()
|
/titanic_50/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 | 462 tudi->SRC_offset = sizeof (*tudi); in sctp_input_add_ancillary()
|
/titanic_50/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 | 570 opt = sogetoff(mp, tind->SRC_offset, len, 1); in sosctp_recvmsg()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tl.c | 3246 ci->SRC_offset = (t_scalar_t)sizeof (struct T_conn_ind); in tl_conn_req_ser() 3250 addr_startp = cimp->b_rptr + ci->SRC_offset; in tl_conn_req_ser() 3254 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser() 3262 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser() 5213 addr_startp = mp->b_rptr + udind->SRC_offset; in tl_unitdata() 5234 udind->SRC_offset = (t_scalar_t)sizeof (struct T_unitdata_ind); in tl_unitdata() 5236 addr_startp = ui_mp->b_rptr + udind->SRC_offset; in tl_unitdata() 5239 (t_scalar_t)T_ALIGN(udind->SRC_offset + udind->SRC_length); in tl_unitdata()
|
H A D | timod.c | 869 ptr = (caddr_t)indp + indp->SRC_offset; in timodrproc() 1188 MBLKIN(mp, tcip->SRC_offset, tcip->SRC_length)) { in timodrproc()
|
H A D | trill.c | 1445 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in trill_ctrl_input()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 321 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in rds_deliver_new_msg()
|
/titanic_50/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 | 1745 addr = sogetoff(mctlp, tpr->unitdata_ind.SRC_offset, in so_recvmsg()
|
H A D | socktpi.c | 1686 src = sogetoff(mp, conn_ind->SRC_offset, srclen, 1); in sotpi_accept() 3346 tpr->unitdata_ind.SRC_offset, in sotpi_recvmsg()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 1350 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in icmp_icmp_error_ipv6() 1351 tudi->OPT_offset = tudi->SRC_offset + sizeof (sin6_t); in icmp_icmp_error_ipv6() 2679 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in icmp_input() 2802 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in icmp_input()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 1206 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in udp_icmp_error_ipv6() 1207 tudi->OPT_offset = tudi->SRC_offset + sizeof (sin6_t); in udp_icmp_error_ipv6() 2428 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in udp_input() 2474 tudi->SRC_offset = sizeof (struct T_unitdata_ind); in udp_input()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | mi.c | 1368 tudi->SRC_offset = (t_scalar_t)(mp->b_wptr - mp->b_rptr); in mi_tpi_addr_and_opt()
|