Searched refs:fddi_dhost (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dfddi.h36 u_char fddi_dhost[6]; member in struct:fddi_header
H A Dprint-fddi.c202 fdst[i] = fddi_bit_swap[fddip->fddi_dhost[i]];
207 memcpy(fdst, (const char *)fddip->fddi_dhost, 6);
/freebsd-9.3-release/sys/net/
H A Dfddi.h86 u_char fddi_dhost[FDDI_ADDR_LEN]; member in struct:fddi_header
H A Dif_fddisubr.c280 if (fh->fddi_dhost[0] & 1)
315 bcopy((caddr_t)edst, (caddr_t)fh->fddi_dhost, FDDI_ADDR_LEN);
338 } else if (bcmp(fh->fddi_dhost, fh->fddi_shost,
430 if ((ifp->if_flags & IFF_PROMISC) && ((fh->fddi_dhost[0] & 1) == 0) &&
431 (bcmp(IF_LLADDR(ifp), (caddr_t)fh->fddi_dhost,
438 if (fh->fddi_dhost[0] & 1) {
439 if (bcmp(ifp->if_broadcastaddr, fh->fddi_dhost,

Completed in 103 milliseconds