Home
last modified time | relevance | path

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

/illumos-gate/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()
266 bcopy(bp->b_rptr + pptr->uderror_ind.OPT_offset, in t_krcvudata()
268 (size_t)pptr->uderror_ind.OPT_length); in t_krcvudata()
[all …]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c149 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length, in _tx_rcvuderr()
155 pptr->uderror_ind.DEST_offset, in _tx_rcvuderr()
156 (size_t)pptr->uderror_ind.DEST_length); in _tx_rcvuderr()
158 (unsigned int)pptr->uderror_ind.DEST_length; in _tx_rcvuderr()
161 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length, in _tx_rcvuderr()
167 pptr->uderror_ind.OPT_offset, in _tx_rcvuderr()
168 (size_t)pptr->uderror_ind.OPT_length); in _tx_rcvuderr()
170 (unsigned int)pptr->uderror_ind.OPT_length; in _tx_rcvuderr()
172 uderr->error = pptr->uderror_ind.ERROR_type; in _tx_rcvuderr()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h565 struct T_uderror_ind uderror_ind; /* unitdata error ind */ member
H A Ddlpi.h1469 dl_uderror_ind_t uderror_ind; member
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c795 hdrsz < (pptr->uderror_ind.OPT_length + in rpcmodrput()
796 pptr->uderror_ind.OPT_offset) || in rpcmodrput()
797 hdrsz < (pptr->uderror_ind.DEST_length + in rpcmodrput()
798 pptr->uderror_ind.DEST_offset)) { in rpcmodrput()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c727 dl_uderror_ind_t *, &dlp->uderror_ind); in arp_rput_dlpi_writer()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2378 struct T_uderror_ind *tudi = &tpr->uderror_ind; in strsock_proto()