HomeSort by relevance Sort by last modified time
    Searched defs:eth0 (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/win32/src/
ether_ntohost.c 46 static struct ether_entry *eth0 = NULL; variable in typeref:struct:ether_entry
149 for (e = eth0; e; e = next) {
154 eth0 = NULL;
185 e->next = eth0;
186 eth0 = e;
200 * a linked-list 'eth0'.
212 for (cache = eth0; cache; cache = cache->next)
  /external/u-boot/doc/
README.x86 1164 eth0: e1000#0 label
    [all...]

Completed in 202 milliseconds