/busybox-1.35.0/networking/ |
D | tunctl.c | 96 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name); in tunctl_main() 168 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name); in tunctl_main()
|
D | interface.c | 391 strncpy_IFNAMSIZ(new->name, name); in add_interface() 593 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 608 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 615 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 619 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 624 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 630 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 635 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 640 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() 644 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in if_fetch() [all …]
|
D | ifenslave.c | 185 strncpy_IFNAMSIZ(ifr->ifr_name, ifname); in set_ifrname_and_do_ioctl() 302 strncpy_IFNAMSIZ(ifr.ifr_slave, slave_ifname); in change_active() 410 strncpy_IFNAMSIZ(ifr.ifr_slave, slave_ifname); in enslave() 442 strncpy_IFNAMSIZ(ifr.ifr_slave, slave_ifname); in release()
|
D | ether-wake.c | 238 strncpy_IFNAMSIZ(if_hwaddr.ifr_name, ifname); in ether_wake_main() 274 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in ether_wake_main()
|
D | arp.c | 190 strncpy_IFNAMSIZ(req.arp_dev, device); in arp_del() 231 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in arp_getdevhw() 344 strncpy_IFNAMSIZ(req.arp_dev, device); in arp_set()
|
D | vconfig.c | 133 strncpy_IFNAMSIZ(ifr.device1, argv[1]); in vconfig_main()
|
D | nameif.c | 266 strncpy_IFNAMSIZ(ifr.ifr_name, token[0]); in nameif_main()
|
D | ifplugd.c | 169 strncpy_IFNAMSIZ(ifreq->ifr_name, G.iface); in set_ifreq_to_ifname() 274 strncpy_IFNAMSIZ(iwrequest.ifr_ifrn.ifrn_name, G.iface); in detect_link_wlan()
|
D | zcip.c | 317 strncpy_IFNAMSIZ(ifr.ifr_name, argv_intf); in zcip_main()
|
D | ifconfig.c | 371 strncpy_IFNAMSIZ(ifr.ifr_name, *argv); in ifconfig_main()
|
D | arping.c | 324 strncpy_IFNAMSIZ(G.ifr.ifr_name, device); in arping_main()
|
D | brctl.c | 673 strncpy_IFNAMSIZ(ifr.ifr_name, br); in brctl_main()
|
D | route.c | 436 strncpy_IFNAMSIZ(ifr.ifr_name, devname); in INET6_setroute()
|
/busybox-1.35.0/networking/libiproute/ |
D | iptunnel.c | 75 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in do_ioctl_get_ifindex() 88 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in do_ioctl_get_iftype() 114 strncpy_IFNAMSIZ(ifr.ifr_name, basedev); in do_get_ioctl() 129 strncpy_IFNAMSIZ(ifr.ifr_name, p->name); in do_add_ioctl() 131 strncpy_IFNAMSIZ(ifr.ifr_name, basedev); in do_add_ioctl() 155 strncpy_IFNAMSIZ(ifr.ifr_name, p->name); in do_del_ioctl() 157 strncpy_IFNAMSIZ(ifr.ifr_name, basedev); in do_del_ioctl() 288 strncpy_IFNAMSIZ(medium, *argv); in parse_args() 317 strncpy_IFNAMSIZ(p->name, *argv); in parse_args()
|
D | iplink.c | 78 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in do_chflags() 95 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in do_changename() 96 strncpy_IFNAMSIZ(ifr.ifr_newname, newdev); in do_changename() 110 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in set_qlen() 124 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in set_mtu() 189 strncpy_IFNAMSIZ(ifr.ifr_name, dev); in get_address() 212 strncpy_IFNAMSIZ(ifr->ifr_name, dev); in parse_address()
|
D | ipaddress.c | 101 strncpy_IFNAMSIZ(ifr.ifr_name, name); in print_queuelen()
|
/busybox-1.35.0/networking/udhcp/ |
D | socket.c | 41 strncpy_IFNAMSIZ(ifr->ifr_name, interface); in udhcp_read_interface()
|
D | d6_socket.c | 82 strncpy_IFNAMSIZ(ifr.ifr_name, interface); in d6_read_interface()
|
/busybox-1.35.0/libbb/ |
D | xfuncs.c | 49 char* FAST_FUNC strncpy_IFNAMSIZ(char *dst, const char *src) in strncpy_IFNAMSIZ() function
|
D | xconnect.c | 54 strncpy_IFNAMSIZ(ifr.ifr_name, iface); in setsockopt_bindtodevice()
|
/busybox-1.35.0/include/ |
D | libbb.h | 919 char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC;
|