Home
last modified time | relevance | path

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

/bin/ethdump/
Dethdump.c18 char dstMac[18]; in dumpPacket() local
23 sprintf(dstMac, "%02x:%02x:%02x:%02x:%02x:%02x", in dumpPacket()
27 printf("From %s to %s of type %04x\n", srcMac, dstMac, hdr->ether_type); in dumpPacket()