Home
last modified time | relevance | path

Searched refs:opt_name (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtunctl.c66 const char *opt_name = "tap%d"; in tunctl_main() local
89 &opt_device, &opt_name, &opt_name in tunctl_main()
96 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name); in tunctl_main()
148 const char *opt_name = "tap%d"; in tunctl_main() local
162 &opt_device, &opt_name, &opt_name, NULL, NULL in tunctl_main()
168 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name); in tunctl_main()
/busybox-1.35.0/networking/udhcp/
Ddhcpc.c193 …tval(const struct dhcp_optitem *opt_item, const struct dhcp_optflag *optflag, const char *opt_name) in xmalloc_optname_optval() argument
207 dest = ret = xmalloc(upper_length + strlen(opt_name) + 2); in xmalloc_optname_optval()
208 dest += sprintf(ret, "%s=", opt_name); in xmalloc_optname_optval()
497 const char *opt_name; in fill_envp() local
504 opt_name = get_optname(code, &dh); in fill_envp()
505 if (opt_name) { in fill_envp()
506 new_opt = xmalloc_optname_optval(opt_item, dh, opt_name); in fill_envp()