Searched refs:IFNAMSIZ (Results 1 – 4 of 4) sorted by relevance
12 #define IFNAMSIZ 16 macro29 char host_ifname[IFNAMSIZ];
37 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()
164 strncpy(priv->host_ifname, ifname, IFNAMSIZ); in sb_eth_raw_of_to_plat()
48 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