Searched refs:IFNAMSIZ (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_connectivity_Vpn.cpp | 101 strncpy(name, ifr4.ifr_name, IFNAMSIZ); in get_interface_name() 108 strncpy(ifr4.ifr_name, name, IFNAMSIZ); in get_interface_index() 125 strncpy(ifr4.ifr_name, name, IFNAMSIZ); in set_addresses() 196 strncpy(ifr4.ifr_name, name, IFNAMSIZ); in reset_interface() 209 strncpy(ifr4.ifr_name, name, IFNAMSIZ); in check_interface() 275 char name[IFNAMSIZ]; in getName()
|
/frameworks/opt/net/wifi/libwifi_system_iface/ |
D | interface_tool.cpp | 35 #define IFNAMSIZ 16 macro 210 strlcpy(ifr.ifr_name, br_name.c_str(), IFNAMSIZ); in addIfaceToBridge() 231 strlcpy(ifr.ifr_name, br_name.c_str(), IFNAMSIZ); in removeIfaceFromBridge()
|