Home
last modified time | relevance | path

Searched refs:ifname2 (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/lib/
H A Dtst_netdevice.c102 const char *ifname1, const char *ifname2) in tst_create_veth_pair()
108 {IFLA_IFNAME, ifname2, strlen(ifname2) + 1, NULL}, in tst_create_veth_pair()
131 if (strlen(ifname2) >= IFNAMSIZ) { in tst_create_veth_pair()
133 "Network device name \"%s\" too long", ifname2); in tst_create_veth_pair()
154 ifname2, tst_strerrno(tst_rtnl_errno)); in tst_create_veth_pair()
101 tst_create_veth_pair(const char *file, const int lineno, int strict, const char *ifname1, const char *ifname2) tst_create_veth_pair() argument
/third_party/ltp/include/
H A Dtst_netdevice.h24 const char *ifname1, const char *ifname2);
25 #define CREATE_VETH_PAIR(ifname1, ifname2) \
26 tst_create_veth_pair(__FILE__, __LINE__, 1, (ifname1), (ifname2))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c960 char ifname2[IFNAMSIZ + 1]; in wext_check_hostap() local
961 os_strlcpy(ifname2, drv->ifname, sizeof(ifname2)); in wext_check_hostap()
962 os_memcpy(ifname2, "wifi", 4); in wext_check_hostap()
963 wpa_driver_wext_alternative_ifindex(drv, ifname2); in wext_check_hostap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c960 char ifname2[IFNAMSIZ + 1]; in wext_check_hostap() local
961 os_strlcpy(ifname2, drv->ifname, sizeof(ifname2)); in wext_check_hostap()
962 os_memcpy(ifname2, "wifi", 4); in wext_check_hostap()
963 wpa_driver_wext_alternative_ifindex(drv, ifname2); in wext_check_hostap()

Completed in 8 milliseconds