Home
last modified time | relevance | path

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

/busybox-1.35.0/examples/
Dzcip.script27 exec ip address add dev $interface \
35 exec ip address del dev $interface local $ip
/busybox-1.35.0/libbb/
Ddump.c337 dumper->pub.address += sbuf.st_size; in do_skip()
343 dumper->pub.address += dumper->pub.dump_skip; in do_skip()
344 dumper->savaddress = dumper->pub.address; in do_skip()
383 dumper->pub.address = (off_t)0; /*DBU:[dave@cray.com] initialize,initialize..*/ in get()
391 dumper->pub.address = dumper->savaddress; in get()
414 dumper->eaddress = dumper->pub.address + nread; in get()
446 dumper->pub.address = dumper->savaddress; in get()
547 saveaddress = dumper->pub.address; in display()
548 for (; fs; fs = fs->nextfs, bp = savebp, dumper->pub.address = saveaddress) { in display()
557 for (pr = fu->nextpr; pr; dumper->pub.address += pr->bcnt, in display()
[all …]
/busybox-1.35.0/examples/var_service/dnsmasq/
Ddnsmasq.conf13 listen-address=127.0.0.1
/busybox-1.35.0/networking/udhcp/
DConfig.src14 bool "Select IP address based on client MAC"
18 If selected, udhcpd will base its selection of IP address to offer
19 on the client's hardware address. Otherwise udhcpd uses the next
20 consecutive free address.
22 This reduces the frequency of IP address changes for clients
25 IP address.
72 bool "Verify that the offered address is free, using ARP ping"
77 the offered address is really not in use by anyone. The client
78 will DHCPDECLINE the offer if the address is in use,
/busybox-1.35.0/networking/
DConfig.src31 Use IPv4 address of network host if it has one.
33 If this option is off, the first returned address will be used.
35 is returning IPv6 host addresses too. If IPv6 address
37 (e.g. wget) will use IPv6 address. On an IPv6-incapable host
39 using IPv6 address.
Dinterface.c794 unsigned char *address = (unsigned char *) ap; in hw_null_address() local
797 if (address[i]) in hw_null_address()
/busybox-1.35.0/coreutils/
Dod_bloaty.c848 typedef void FN_format_address(off_t address, char c);
851 format_address_none(off_t address UNUSED_PARAM, char c UNUSED_PARAM) in format_address_none()
856 format_address_std(off_t address, char c) in format_address_std() argument
860 printf(G.address_fmt, address); in format_address_std()
866 format_address_paren(off_t address, char c) in format_address_paren() argument
869 format_address_std(address, ')'); in format_address_paren()
874 format_address_label(off_t address, char c) in format_address_label() argument
876 format_address_std(address, ' '); in format_address_label()
877 format_address_paren(address + G_pseudo_offset, c); in format_address_label()
1077 dump_strings(off_t address, off_t end_offset) in dump_strings() argument
[all …]
/busybox-1.35.0/include/
Ddump.h37 off_t address; /* address/offset in stream */ member
/busybox-1.35.0/docs/
Dsmallint.txt26 for some types of address modes, thus
Dstyle-guide.txt26 - commented author name and email address(es)
/busybox-1.35.0/util-linux/
Dhexdump_xxd.c274 printf("_len = %"OFF_FMT"u;\n", dumper->address); in xxd_main()
/busybox-1.35.0/examples/var_service/
DREADME102 address on interface named "if". Copy/rename this directory as needed to run
106 When IP address is obtained or lost, var_service/dhcp_if/dhcp_handler is run.
112 "finish" is executed. For this service, it removes DHCP address from
119 Zeroconf IP service: assigns a 169.254.x.y/16 address to interface "if".
/busybox-1.35.0/
DMakefile.flags101 CFLAGS += $(call cc-option,-fsanitize=address,)
DLICENSE248 address new problems or concerns.
DConfig.in378 address at each invocation. This has some overhead,
/busybox-1.35.0/editors/
Dsed1line.txt300 # get return address header
303 # parse out the address proper. Pulls out the e-mail address by itself
304 # from the 1-line return address header (see preceding script)
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt68 bb_error_msg_and_die("bad IP address '%s'", ip);
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped913 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
1177 /* Each stack pointer address is followed by the size of the
/busybox-1.35.0/configs/
Dandroid_defconfig67 # -Werror=return-type -Werror=non-virtual-dtor -Werror=address