Searched refs:ether_shost (Results 1 – 4 of 4) sorted by relevance
63 hdr->ether_shost[0] = 0x00; in main()64 hdr->ether_shost[1] = 0x11; in main()65 hdr->ether_shost[2] = 0x22; in main()66 hdr->ether_shost[3] = 0x33; in main()67 hdr->ether_shost[4] = 0x44; in main()68 hdr->ether_shost[5] = 0x55; in main()
21 hdr->ether_shost[0], hdr->ether_shost[1], hdr->ether_shost[2], in dumpPacket()22 hdr->ether_shost[3], hdr->ether_shost[4], hdr->ether_shost[5]); in dumpPacket()
15 uint8_t ether_shost[ETHER_ADDR_LEN]; member
446 MEMCPY(&sc->sc_dest, eh->ether_shost, sizeof sc->sc_dest); in pppoe_dispatch_disc_pkt()