Home | History | Annotate | Download | only in net

Lines Matching refs:ether_shost

365 		    ((const struct ether_header *)dst->sa_data)->ether_shost,
417 memcpy(eh->ether_shost, esrc, sizeof(eh->ether_shost));
419 memcpy(eh->ether_shost, CLLADDR(ifp->if_sadl),
420 sizeof(eh->ether_shost));
426 memcpy(eh->ether_shost, CLLADDR(ifp0->if_sadl),
427 sizeof(eh->ether_shost));
708 memcmp(CLLADDR(ifp->if_sadl), eh->ether_shost,
810 if (carp_input(m, (uint8_t *)&eh->ether_shost,
896 memcpy(mtag + 1, &eh->ether_shost, ETHER_ADDR_LEN);