Home
last modified time | relevance | path

Searched refs:dhost (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c260 pktinfo->isForMe = mac_eq(pktinfo->dhost, in gld_interpret_ether()
338 mac_addr_t dhost; in gld_unitdata_ether() local
725 mact = (ipoib_mac_t *)pktinfo->dhost; in gld_interpret_ib()
808 ipoib_mac_t dhost; in gld_unitdata_ib() local
994 cmac_copy(mh->fddi_dhost, pktinfo->dhost, in gld_interpret_fddi()
1002 pktinfo->isForMe = mac_eq(pktinfo->dhost, in gld_interpret_fddi()
1061 mac_addr_t dhost; in gld_unitdata_fddi() local
1467 mac_addr_t dhost; in gld_unitdata_tr() local
1949 if (!(dhost[0] & 0x80)) { in gld_rcc_send()
2123 gld_rde_pdu_req(macinfo, q, dhost, in gld_get_route()
[all …]
H A Dgld.c2451 pktinfo.dhost, macinfo->gldm_addrlen)); in gld_recv_tagged()
2760 return (gld_multicast(pktinfo->dhost, gld)); in gld_mcmatch()
2982 mac_copy(pktinfo->dhost, nmp->b_wptr, macinfo->gldm_addrlen); in gld_addudind()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c763 struct ether_addr dhost; member
861 if (memcmp(&mh->dhost, &ether_broadcast, in interpret_tr()
874 dst_name = print_etherinfo(&mh->dhost); in interpret_tr()
940 printether(&mh->dhost), in interpret_tr()
941 print_etherinfo(&mh->dhost)); in interpret_tr()
1062 struct ether_addr dhost, shost; member
1125 if (memcmp(&f->dhost, &ether_broadcast, in interpret_fddi()
1128 else if (f->dhost.ether_addr_octet[0] & 0x01) in interpret_fddi()
1135 dst_name = print_etherinfo(&f->dhost); in interpret_fddi()
1200 printether(&f->dhost), in interpret_fddi()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c58 , void **dhost );
378 , void **dhost ) in prldap_connect() argument
458 if ( NULL != hostname && NULL != dhost ) *dhost = hostname; in prldap_connect()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h212 uchar_t dhost[GLD_MAX_ADDRLEN]; member