Searched refs:IFNAMSIZ (Results 1 – 3 of 3) sorted by relevance
/Documentation/networking/ |
D | ifenslave.c | 612 strncpy(ifr.ifr_name, master_ifname, IFNAMSIZ); in get_drv_info() 657 strncpy(ifr.ifr_name, master_ifname, IFNAMSIZ); in change_active() 658 strncpy(ifr.ifr_slave, slave_ifname, IFNAMSIZ); in change_active() 799 strncpy(ifr.ifr_name, master_ifname, IFNAMSIZ); in enslave() 800 strncpy(ifr.ifr_slave, slave_ifname, IFNAMSIZ); in enslave() 840 strncpy(ifr.ifr_name, master_ifname, IFNAMSIZ); in release() 841 strncpy(ifr.ifr_slave, slave_ifname, IFNAMSIZ); in release() 873 strncpy(ifra[i].req_ifr->ifr_name, ifname, IFNAMSIZ); in get_if_settings() 892 strncpy(slave_flags.ifr_name, slave_ifname, IFNAMSIZ); in get_slave_flags() 912 strncpy(ifr.ifr_name, master_ifname, IFNAMSIZ); in set_master_hwaddr() [all …]
|
D | tuntap.txt | 92 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
|
/Documentation/lguest/ |
D | lguest.c | 1385 strncpy(ifr.ifr_name, br_name, IFNAMSIZ); in add_to_bridge() 1386 ifr.ifr_name[IFNAMSIZ-1] = '\0'; in add_to_bridge() 1413 static int get_tun_device(char tapif[IFNAMSIZ]) in get_tun_device() argument 1439 memcpy(tapif, ifr.ifr_name, IFNAMSIZ); in get_tun_device() 1453 char tapif[IFNAMSIZ], *p; in setup_tun_net()
|