Home
last modified time | relevance | path

Searched refs:ether_shost (Results 1 – 4 of 4) sorted by relevance

/bin/ethinject/
Dethinject.c63 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()
/bin/ethdump/
Dethdump.c21 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()
/include/net/
Dethernet.h15 uint8_t ether_shost[ETHER_ADDR_LEN]; member
/lib/liblwip/src/netif/ppp/
Dppp_oe.c446 MEMCPY(&sc->sc_dest, eh->ether_shost, sizeof sc->sc_dest); in pppoe_dispatch_disc_pkt()