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

/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c151 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length,
157 pptr->uderror_ind.DEST_offset,
158 (size_t)pptr->uderror_ind.DEST_length);
160 (unsigned int)pptr->uderror_ind.DEST_length;
163 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length,
169 pptr->uderror_ind.OPT_offset,
170 (size_t)pptr->uderror_ind.OPT_length);
172 (unsigned int)pptr->uderror_ind.OPT_length;
174 uderr->error = pptr->uderror_ind.ERROR_type;
/opensolaris-onvv-gate/usr/src/uts/common/ktli/
H A Dt_krcvudat.c242 hdrsz < (pptr->uderror_ind.OPT_length +
243 pptr->uderror_ind.OPT_offset) ||
244 hdrsz < (pptr->uderror_ind.DEST_length +
245 pptr->uderror_ind.DEST_offset)) {
251 if (pptr->uderror_ind.DEST_length >
253 pptr->uderror_ind.OPT_length >
263 bcopy(bp->b_rptr + pptr->uderror_ind.DEST_offset,
265 (size_t)pptr->uderror_ind.DEST_length);
266 unitdata->addr.len = pptr->uderror_ind.DEST_length;
268 bcopy(bp->b_rptr + pptr->uderror_ind
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dsundlpi.c122 dlp->uderror_ind.dl_dest_addr_length = addrlen;
123 dlp->uderror_ind.dl_dest_addr_offset = sizeof (dl_uderror_ind_t);
124 dlp->uderror_ind.dl_unix_errno = unix_errno;
125 dlp->uderror_ind.dl_errno = error;
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h381 struct T_uderror_ind uderror_ind; /* unitdata error ind */ member in union:T_primitives
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtihdr.h602 struct T_uderror_ind uderror_ind; /* unitdata error ind */ member in union:T_primitives
H A Ddlpi.h1491 dl_uderror_ind_t uderror_ind; member in union:DL_primitives
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Drpcmod.c875 hdrsz < (pptr->uderror_ind.OPT_length +
876 pptr->uderror_ind.OPT_offset) ||
877 hdrsz < (pptr->uderror_ind.DEST_length +
878 pptr->uderror_ind.DEST_offset)) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2378 struct T_uderror_ind *tudi = &tpr->uderror_ind;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c727 dl_uderror_ind_t *, &dlp->uderror_ind);
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3975 dlp->uderror_ind.dl_errno,
3976 dlp->uderror_ind.dl_unix_errno));

Completed in 192 milliseconds