Home
last modified time | relevance | path

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

/busybox-1.35.0/examples/var_service/fw/etc/
Dresolv.conf3 domain=`(. /boot.conf; echo "$DNSDOMAINNAME") 2>/dev/null`
7 test "$domain" && echo "domain $domain"
8 test "$domain" && echo "search $domain"
Dhosts13 domain=`(. /boot.conf; echo "$DNSDOMAINNAME")`
14 test "$domain" && hostname="$hostname $hostname.$domain"
/busybox-1.35.0/examples/udhcp/
Dsample.bound36 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
Dsample.renew36 [ -n "$domain" ] && echo domain $domain >> $RESOLV_CONF
Dsimple.script66 [ -n "$domain" ] && echo "search $domain" >> "$tmpfile"
Dudhcpd.conf74 option domain local
/busybox-1.35.0/networking/
Dwhois.c35 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()
DConfig.src16 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/
DREADME5 can serve which domain.
/busybox-1.35.0/libbb/
Dxfuncs_printf.c464 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/
DConfig.src82 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/
Dparse.tests125 [option][domain][local]
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt307 //write_option("DNSDOMAIN", dev->dnsdomainname); domain=domain.com
/busybox-1.35.0/scripts/kconfig/
DMakefile44 xgettext --default-domain=linux \
/busybox-1.35.0/
DConfig.in685 which is an excellent public domain mem leak and malloc problem
/busybox-1.35.0/include/
Dlibbb.h718 int xsocket(int domain, int type, int protocol) FAST_FUNC;