Home
last modified time | relevance | path

Searched refs:uderror_ind (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/ktli/
H A Dt_krcvudat.c240 hdrsz < (pptr->uderror_ind.OPT_length + in t_krcvudata()
241 pptr->uderror_ind.OPT_offset) || in t_krcvudata()
242 hdrsz < (pptr->uderror_ind.DEST_length + in t_krcvudata()
243 pptr->uderror_ind.DEST_offset)) { in t_krcvudata()
249 if (pptr->uderror_ind.DEST_length > in t_krcvudata()
251 pptr->uderror_ind.OPT_length > in t_krcvudata()
261 bcopy(bp->b_rptr + pptr->uderror_ind.DEST_offset, in t_krcvudata()
263 (size_t)pptr->uderror_ind.DEST_length); in t_krcvudata()
264 unitdata->addr.len = pptr->uderror_ind.DEST_length; in t_krcvudata()
266 bcopy(bp->b_rptr + pptr->uderror_ind.OPT_offset, in t_krcvudata()
[all …]
/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c151 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length, in _tx_rcvuderr()
157 pptr->uderror_ind.DEST_offset, in _tx_rcvuderr()
158 (size_t)pptr->uderror_ind.DEST_length); in _tx_rcvuderr()
160 (unsigned int)pptr->uderror_ind.DEST_length; in _tx_rcvuderr()
163 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length, in _tx_rcvuderr()
169 pptr->uderror_ind.OPT_offset, in _tx_rcvuderr()
170 (size_t)pptr->uderror_ind.OPT_length); in _tx_rcvuderr()
172 (unsigned int)pptr->uderror_ind.OPT_length; in _tx_rcvuderr()
174 uderr->error = pptr->uderror_ind.ERROR_type; in _tx_rcvuderr()
/titanic_44/usr/src/uts/common/io/
H A Dsundlpi.c122 dlp->uderror_ind.dl_dest_addr_length = addrlen; in dluderrorind()
123 dlp->uderror_ind.dl_dest_addr_offset = sizeof (dl_uderror_ind_t); in dluderrorind()
124 dlp->uderror_ind.dl_unix_errno = unix_errno; in dluderrorind()
125 dlp->uderror_ind.dl_errno = error; in dluderrorind()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h381 struct T_uderror_ind uderror_ind; /* unitdata error ind */ member
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h602 struct T_uderror_ind uderror_ind; /* unitdata error ind */ member
H A Ddlpi.h1491 dl_uderror_ind_t uderror_ind; member
/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c800 hdrsz < (pptr->uderror_ind.OPT_length + in rpcmodrput()
801 pptr->uderror_ind.OPT_offset) || in rpcmodrput()
802 hdrsz < (pptr->uderror_ind.DEST_length + in rpcmodrput()
803 pptr->uderror_ind.DEST_offset)) { in rpcmodrput()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_arp.c727 dl_uderror_ind_t *, &dlp->uderror_ind); in arp_rput_dlpi_writer()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2378 struct T_uderror_ind *tudi = &tpr->uderror_ind; in strsock_proto()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3975 dlp->uderror_ind.dl_errno, in man_lrsrv()
3976 dlp->uderror_ind.dl_unix_errno)); in man_lrsrv()