HomeSort by relevance Sort by last modified time
    Searched refs:eth_get_name (Results 1 - 9 of 9) sorted by null

  /external/u-boot/net/
eth_common.c 69 if (act == NULL || strcmp(act, eth_get_name()) != 0)
70 env_set("ethact", eth_get_name());
136 const char *eth_get_name(void) function
link_local.c 100 timeout_ms, eth_get_name(), nprobes, nclaims);
141 nprobes, eth_get_name(), &ip);
150 nclaims, eth_get_name(), &ip);
162 nclaims, eth_get_name(), &ip);
173 nclaims, eth_get_name(), &ip);
241 bb_error_msg("iface %s is down", eth_get_name());
251 eth_get_name(), ntohs(arp->ar_pro),
299 debug("%s ratelimit\n", eth_get_name());
ping.c 76 printf("Using %s device\n", eth_get_name());
cdp.c 353 printf("Using %s device\n", eth_get_name());
fastboot.c 307 printf("Using %s device\n", eth_get_name());
tftp.c 763 printf("Using %s device\n", eth_get_name());
856 printf("Using %s device\n", eth_get_name());
nfs.c 888 debug("Using %s device\n", eth_get_name());
  /external/u-boot/cmd/
bdinfo.c 52 printf("current eth = %s\n", eth_get_name());
  /external/u-boot/include/
net.h 287 const char *eth_get_name(void); /* get name of current device */

Completed in 313 milliseconds