Home
last modified time | relevance | path

Searched refs:strncpy_IFNAMSIZ (Results 1 – 21 of 21) sorted by relevance

/busybox-1.35.0/networking/
Dtunctl.c96 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name); in tunctl_main()
168 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name); in tunctl_main()
Dinterface.c391 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 …]
Difenslave.c185 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()
Dether-wake.c238 strncpy_IFNAMSIZ(if_hwaddr.ifr_name, ifname); in ether_wake_main()
274 strncpy_IFNAMSIZ(ifr.ifr_name, ifname); in ether_wake_main()
Darp.c190 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()
Dvconfig.c133 strncpy_IFNAMSIZ(ifr.device1, argv[1]); in vconfig_main()
Dnameif.c266 strncpy_IFNAMSIZ(ifr.ifr_name, token[0]); in nameif_main()
Difplugd.c169 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()
Dzcip.c317 strncpy_IFNAMSIZ(ifr.ifr_name, argv_intf); in zcip_main()
Difconfig.c371 strncpy_IFNAMSIZ(ifr.ifr_name, *argv); in ifconfig_main()
Darping.c324 strncpy_IFNAMSIZ(G.ifr.ifr_name, device); in arping_main()
Dbrctl.c673 strncpy_IFNAMSIZ(ifr.ifr_name, br); in brctl_main()
Droute.c436 strncpy_IFNAMSIZ(ifr.ifr_name, devname); in INET6_setroute()
/busybox-1.35.0/networking/libiproute/
Diptunnel.c75 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()
Diplink.c78 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()
Dipaddress.c101 strncpy_IFNAMSIZ(ifr.ifr_name, name); in print_queuelen()
/busybox-1.35.0/networking/udhcp/
Dsocket.c41 strncpy_IFNAMSIZ(ifr->ifr_name, interface); in udhcp_read_interface()
Dd6_socket.c82 strncpy_IFNAMSIZ(ifr.ifr_name, interface); in d6_read_interface()
/busybox-1.35.0/libbb/
Dxfuncs.c49 char* FAST_FUNC strncpy_IFNAMSIZ(char *dst, const char *src) in strncpy_IFNAMSIZ() function
Dxconnect.c54 strncpy_IFNAMSIZ(ifr.ifr_name, iface); in setsockopt_bindtodevice()
/busybox-1.35.0/include/
Dlibbb.h919 char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC;