Searched refs:uderror_ind (Results 1 – 8 of 8) sorted by relevance
240 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 …]
149 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()
122 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()
565 struct T_uderror_ind uderror_ind; /* unitdata error ind */ member
1469 dl_uderror_ind_t uderror_ind; member
795 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()
727 dl_uderror_ind_t *, &dlp->uderror_ind); in arp_rput_dlpi_writer()
2378 struct T_uderror_ind *tudi = &tpr->uderror_ind; in strsock_proto()