Home
last modified time | relevance | path

Searched refs:dl_uderror_ind_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c117 size = sizeof (dl_uderror_ind_t) + addrlen; in dluderrorind()
123 dlp->uderror_ind.dl_dest_addr_offset = sizeof (dl_uderror_ind_t); in dluderrorind()
127 bcopy(addrp, mp->b_rptr + sizeof (dl_uderror_ind_t), addrlen); in dluderrorind()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1243 } dl_uderror_ind_t; typedef
1469 dl_uderror_ind_t uderror_ind;
1537 #define DL_UDERROR_IND_SIZE sizeof (dl_uderror_ind_t)
/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()