Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/udhcp/
Ddhcpc.c173 static int good_hostname(const char *name) in good_hostname() function
189 # define good_hostname(name) 1 macro
252 if (type == OPTION_STRING_HOST && !good_hostname(dest)) in xmalloc_optname_optval()