Searched defs:dhostp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1958 struct ether_addr *dhostp, *shostp; local
1965 dhostp = &((struct ether_header *)mp->b_rptr)->ether_dhost;
1969 isgroupaddr = IDNDL_ADDR_IS_MULTICAST(dhostp);
1979 if ((stp = (*acceptfunc)(idn.strup, sip, type, dhostp)) == NULL) {
1989 for (; nstp = (*acceptfunc)(stp->ss_nextp, sip, type, dhostp);
2005 dhostp, type, isgroupaddr))) {
2023 } else if ((mp = idndl_addudind(sip, mp, shostp, dhostp,
2140 struct ether_addr *shostp, struct ether_addr *dhostp,
2182 ether_copy(dhostp, &dlap->dl_phys);
2139 idndl_addudind(struct idn *sip, mblk_t *mp, struct ether_addr *shostp, struct ether_addr *dhostp, int type, ulong_t isgroupaddr) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c153 int type, la_wwn_t *dhostp);
3302 la_wwn_t *dhostp; local
3315 dhostp = &nhdr->net_dest_addr;
3330 if ((slp = (*acceptfunc)(fcipstrup, fptr, type, dhostp)) == NULL) {
3341 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp);
3383 * Destination wwn dhostp is passed to this routine is reserved
3390 fcip_accept(struct fcipstr *slp, struct fcip *fptr, int type, la_wwn_t *dhostp) argument

Completed in 60 milliseconds