Home
last modified time | relevance | path

Searched refs:dhostp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/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, argument
2182 ether_copy(dhostp, &dlap->dl_phys);
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c153 int type, la_wwn_t *dhostp);
3302 la_wwn_t *dhostp; in fcip_sendup() local
3315 dhostp = &nhdr->net_dest_addr; in fcip_sendup()
3330 if ((slp = (*acceptfunc)(fcipstrup, fptr, type, dhostp)) == NULL) { in fcip_sendup()
3341 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp); in fcip_sendup()
3390 fcip_accept(struct fcipstr *slp, struct fcip *fptr, int type, la_wwn_t *dhostp) in fcip_accept() argument