Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/include/asm/
A Deth-raw-os.h12 #define IFNAMSIZ 16 macro
29 char host_ifname[IFNAMSIZ];
/u-boot/drivers/net/
A Dsandbox-raw-bus.c37 ub_ifname = calloc(IFNAMSIZ + sizeof(ub_ifname_pfx), 1); in eth_raw_bus_post_bind()
39 strncat(ub_ifname, i->if_name, IFNAMSIZ); in eth_raw_bus_post_bind()
A Dsandbox-raw.c164 strncpy(priv->host_ifname, ifname, IFNAMSIZ); in sb_eth_raw_of_to_plat()
/u-boot/arch/sandbox/cpu/
A Deth-raw-os.c48 strncpy(ifr.ifr_name, ifname, IFNAMSIZ); in sandbox_eth_raw_os_is_local()
119 if (strlen(priv->host_ifname) >= IFNAMSIZ) { in _raw_packet_start()
124 strncpy(ifr.ifr_name, priv->host_ifname, IFNAMSIZ); in _raw_packet_start()

Completed in 6 milliseconds