Searched refs:domain (Results 1 – 16 of 16) sorted by relevance
/busybox-1.35.0/examples/var_service/fw/etc/ |
D | resolv.conf | 3 domain=`(. /boot.conf; echo "$DNSDOMAINNAME") 2>/dev/null` 7 test "$domain" && echo "domain $domain" 8 test "$domain" && echo "search $domain"
|
D | hosts | 13 domain=`(. /boot.conf; echo "$DNSDOMAINNAME")` 14 test "$domain" && hostname="$hostname $hostname.$domain"
|
/busybox-1.35.0/examples/udhcp/ |
D | sample.bound | 36 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
|
D | sample.renew | 36 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
|
D | simple.script | 66 [ -n "$domain" ] && echo "search $domain" >> "$tmpfile"
|
D | udhcpd.conf | 74 option domain local
|
/busybox-1.35.0/networking/ |
D | whois.c | 35 static char *query(const char *host, int port, const char *domain) in query() argument 50 printf("[Querying %s:%d '%s%s']\n", host, port, pfx, domain); in query() 52 fdprintf(fd, "%s%s\r\n", pfx, domain); in query() 115 static void recursive_query(const char *host, int port, const char *domain) in recursive_query() argument 120 redir = query(host, port, domain); in recursive_query()
|
D | Config.src | 16 bool "Enable Unix domain socket support (usually not needed)" 19 Enable Unix domain socket support in all busybox networking
|
/busybox-1.35.0/examples/var_service/dnsmasq/ |
D | README | 5 can serve which domain.
|
/busybox-1.35.0/libbb/ |
D | xfuncs_printf.c | 464 int FAST_FUNC xsocket(int domain, int type, int protocol) in xsocket() argument 466 int r = socket(domain, type, protocol); in xsocket() 473 if (domain == AF_PACKET) s = "PACKET"; in xsocket() 476 if (domain == AF_NETLINK) s = "NETLINK"; in xsocket() 478 IF_FEATURE_IPV6(if (domain == AF_INET6) s = "INET6";) in xsocket()
|
/busybox-1.35.0/networking/udhcp/ |
D | Config.src | 82 bool "Do not pass malformed host and domain names" 159 bool "Support RFC 3397 domain search options" 163 If selected, both client and server will support passing of domain
|
/busybox-1.35.0/testsuite/ |
D | parse.tests | 125 [option][domain][local]
|
/busybox-1.35.0/klibc-utils/ |
D | ipconfig.c.txt | 307 //write_option("DNSDOMAIN", dev->dnsdomainname); domain=domain.com
|
/busybox-1.35.0/scripts/kconfig/ |
D | Makefile | 44 xgettext --default-domain=linux \
|
/busybox-1.35.0/ |
D | Config.in | 685 which is an excellent public domain mem leak and malloc problem
|
/busybox-1.35.0/include/ |
D | libbb.h | 718 int xsocket(int domain, int type, int protocol) FAST_FUNC;
|