Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 26) sorted by relevance

12

/busybox-1.35.0/scripts/
DMakefile.host42 host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m)))
45 host-cmulti := $(foreach m,$(__hostprogs),\
49 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
54 host-cxxmulti := $(foreach m,$(__hostprogs),$(if $($(m)-cxxobjs),$(m)))
57 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
61 host-cshlib := $(sort $(filter %.so, $(host-cobjs)))
63 host-cobjs := $(filter-out %.so,$(host-cobjs))
66 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
69 host-csingle := $(addprefix $(obj)/,$(host-csingle))
70 host-cmulti := $(addprefix $(obj)/,$(host-cmulti))
[all …]
DMakefile.build26 ifdef host-progs
27 ifneq ($(hostprogs-y),$(host-progs))
28 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
29 hostprogs-y += $(host-progs)
35 include scripts/Makefile.host
DMakefile.clean45 $(host-progs) \
/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()
51 fd = create_and_connect_stream_or_die(host, port); in query()
102 if (redir && strcmp(redir, host) == 0) { in query()
109 printf("[%s]\n%s", host, buf ? buf : ""); 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()
124 host = free_me = redir; in recursive_query()
175 const char *host = "whois.iana.org"; in whois_main() local
177 getopt32(argv, "^" "ih:p:+" "\0" "-1", &host, &port); in whois_main()
[all …]
Darp.c107 char *host; in arp_del() local
116 host = *args; in arp_del()
117 if (ap->input(host, &sa) < 0) { in arp_del()
118 bb_simple_herror_msg_and_die(host); in arp_del()
173 host = *args; in arp_del()
174 if (ap->input(host, &sa) < 0) { in arp_del()
175 bb_simple_herror_msg_and_die(host); in arp_del()
203 printf("No ARP entry for %s\n", host); in arp_del()
216 printf("No ARP entry for %s\n", host); in arp_del()
254 char *host; in arp_set() local
[all …]
Dwget.c194 char *host; member
359 static void strip_ipv6_scope_id(char *host) in strip_ipv6_scope_id() argument
367 if (host[0] != '[') in strip_ipv6_scope_id()
370 scope = strchr(host, '%'); in strip_ipv6_scope_id()
375 cp = strchr(host, ']'); in strip_ipv6_scope_id()
546 h->host = p + 3; in parse_url()
573 h->host = url; in parse_url()
590 sp = strchr(h->host, '/'); in parse_url()
591 p = strchr(h->host, '?'); if (!sp || (p && sp > p)) sp = p; in parse_url()
592 p = strchr(h->host, '#'); if (!sp || (p && sp > p)) sp = p; in parse_url()
[all …]
Difconfig.c339 const char *host = NULL; /* make gcc happy */ in ifconfig_main() local
415 host = *argv; in ifconfig_main()
416 if (strcmp(host, "inet") == 0) in ifconfig_main()
420 if (strcmp(host, "default") == 0) { in ifconfig_main()
425 else if ((host[0] == '+' && !host[1]) in ifconfig_main()
438 prefix = strchr(host, '/'); in ifconfig_main()
445 lsa = xhost2sockaddr(host, 0); in ifconfig_main()
489 host = *argv; in ifconfig_main()
490 if (hw_class == 1 ? in_ether(host, &sa) : in_ib(host, &sa)) in ifconfig_main()
491 bb_error_msg_and_die("invalid hw-addr %s", host); in ifconfig_main()
DConfig.src31 Use IPv4 address of network host if it has one.
35 is returning IPv6 host addresses too. If IPv6 address
37 (e.g. wget) will use IPv6 address. On an IPv6-incapable host
38 or network applets will fail to connect to the host
Dnetstat.c394 char *host, *host_port; in ip_port_str() local
399 host = NULL; in ip_port_str()
401 host = xmalloc_sockaddr2host_noport(addr); in ip_port_str()
402 if (!host) in ip_port_str()
403 host = xmalloc_sockaddr2dotted_noport(addr); in ip_port_str()
405 host_port = xasprintf("%s:%s", host, get_sname(htons(port), proto, numeric)); in ip_port_str()
406 free(host); in ip_port_str()
Dnbd-client.c64 const char *host, *port, *device; in nbdclient_main() local
154 host = argv[0]; in nbdclient_main()
174 sock = create_and_connect_stream_or_die(host, xatou16(port)); in nbdclient_main()
Dtelnet.c623 char *host; in telnet_main() local
651 host = *argv++; in telnet_main()
657 xmove_fd(create_and_connect_stream_or_die(host, port), netfd); in telnet_main()
658 printf("Connected to %s\n", host); in telnet_main()
/busybox-1.35.0/libbb/
Dxconnect.c177 const char *host, int port,
186 const char *org_host = host; /* only for error msg */
190 if (ENABLE_FEATURE_UNIX_LOCAL && is_prefixed_with(host, "local:")) {
197 safe_strncpy(sun->sun_path, host + 6, sizeof(sun->sun_path));
204 if (ENABLE_FEATURE_IPV6 && host[0] == '[') {
206 host++;
207 cp = strchr(host, ']');
216 cp = strrchr(host, ':');
217 if (ENABLE_FEATURE_IPV6 && cp && strchr(host, ':') != cp) {
223 int sz = cp - host + 1;
[all …]
/busybox-1.35.0/util-linux/
Drdate.c39 static time_t askremotedate(const char *host) in askremotedate() argument
48 fd = create_and_connect_stream_or_die(host, bb_lookup_std_port("time", "tcp", 37)); in askremotedate()
51 bb_error_msg_and_die("%s: %s", host, "short read"); in askremotedate()
/busybox-1.35.0/networking/ssl_helper-wolfssl/
D00cfg-wolfssl-3.6.816 --host=i686 \
D00cfg-wolfssl-3.9.818 --host="i686" \
/busybox-1.35.0/mailutils/
Dsendmail.c225 char *host = sane_address(safe_gethostname()); in sendmail_main() local
350 if (250 != smtp_checkp("EHLO %s", host, -1)) in sendmail_main()
351 smtp_checkp("HELO %s", host, 250); in sendmail_main()
411 xgethostbyname(host)->h_name); in sendmail_main()
413 free(host); in sendmail_main()
/busybox-1.35.0/networking/libiproute/
Dutils.c178 uint32_t host = ~mask; in get_prefix_1() local
181 if (host & (host + 1)) in get_prefix_1()
/busybox-1.35.0/examples/var_service/fw/
Drun105 doit ip a a dev lo 127.0.0.1/8 scope host
106 doit ip a a dev lo ::1/128 scope host
/busybox-1.35.0/testsuite/
DREADME18 host system timezone setting. For glibc based host systems, timezone settings
Dmakedevs.device_table.txt11 # root (regardless of what its permissions are on the host filesystem).
/busybox-1.35.0/docs/
Dtcp.txt14 "A host MAY implement a 'half-duplex' TCP close sequence, so that
16 data from the connection. If such a host issues a close() call
/busybox-1.35.0/miscutils/
Ddevfsd.c927 int mode, host, bus, target, lun; in action_compat() local
960 …sscanf(info->devname + ((i < 6) ? 5 : 4), "host%d/bus%d/target%d/lun%d/", &host, &bus, &target, &l… in action_compat()
968 sprintf(compat_buf, fmt[i], host, bus, target, lun); in action_compat()
972 sprintf(compat_buf, fmt[i], host, bus, target, lun, atoi(ptr + 4)); in action_compat()
984 sprintf(compat_buf, fmt[i], host, bus, target, lun, mode, rewind_); in action_compat()
989 snprintf(compat_buf, sizeof(compat_buf), fmt[i], host, bus, target, lun, ptr + 2); in action_compat()
/busybox-1.35.0/testsuite/date/
Ddate-works-119 # TODO: (1) compare with strings, not "host date"
/busybox-1.35.0/include/
Dlibbb.h801 len_and_sockaddr* host2sockaddr(const char *host, int port) FAST_FUNC RETURNS_MALLOC;
803 len_and_sockaddr* xhost2sockaddr(const char *host, int port) FAST_FUNC RETURNS_MALLOC;
804 len_and_sockaddr* xdotted2sockaddr(const char *host, int port) FAST_FUNC RETURNS_MALLOC;
807 #define host_and_af2sockaddr(host, port, af) host2sockaddr((host), (port)) argument
808 #define xhost_and_af2sockaddr(host, port, af) xhost2sockaddr((host), (port)) argument
810 len_and_sockaddr* host_and_af2sockaddr(const char *host, int port, sa_family_t af) FAST_FUNC RETURN…
811 len_and_sockaddr* xhost_and_af2sockaddr(const char *host, int port, sa_family_t af) FAST_FUNC RETUR…
/busybox-1.35.0/networking/udhcp/
DConfig.src82 bool "Do not pass malformed host and domain names"

12