/external/dhcpcd/ |
D | showlease.c | 129 struct dhcp_message *dhcp; in get_lease_from_file() local 135 dhcp = malloc(sizeof(*dhcp)); in get_lease_from_file() 136 memset(dhcp, 0, sizeof(*dhcp)); in get_lease_from_file() 137 bytes = read(fd, dhcp, sizeof(*dhcp)); in get_lease_from_file() 140 free(dhcp); in get_lease_from_file() 141 dhcp = NULL; in get_lease_from_file() 143 return dhcp; in get_lease_from_file() 190 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) argument 192 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) in get_option() argument 194 const uint8_t *p = dhcp->options; in get_option() [all …]
|
D | dhcp.c | 301 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL) argument 303 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) in get_option() argument 305 const uint8_t *p = dhcp->options; in get_option() 306 const uint8_t *e = p + sizeof(dhcp->options); in get_option() 319 opt_buffer = xmalloc(sizeof(*dhcp)); in get_option() 340 p = dhcp->bootfile; in get_option() 341 e = p + sizeof(dhcp->bootfile); in get_option() 345 p = dhcp->servername; in get_option() 346 e = p + sizeof(dhcp->servername); in get_option() 378 get_option_addr(struct in_addr *a, const struct dhcp_message *dhcp, in get_option_addr() argument [all …]
|
D | ipv4ll.c | 47 struct dhcp_message *dhcp; in make_ipv4ll_lease() local 50 dhcp = xzalloc(sizeof(*dhcp)); in make_ipv4ll_lease() 52 dhcp->yiaddr = addr; in make_ipv4ll_lease() 53 p = dhcp->options; in make_ipv4ll_lease() 66 return dhcp; in make_ipv4ll_lease()
|
D | dhcpcd.c | 295 struct dhcp_message *dhcp; in send_message() local 334 len = make_message(&dhcp, iface, type); in send_message() 337 from.s_addr = dhcp->ciaddr; in send_message() 343 r = send_packet(iface, to, (uint8_t *)dhcp, len); in send_message() 349 len = make_udp_packet(&udp, (uint8_t *)dhcp, len, from, to); in send_message() 366 free(dhcp); in send_message() 427 const struct interface *iface, const struct dhcp_message *dhcp, in log_dhcp() argument 436 a = get_option_string(dhcp, DHO_MESSAGE); in log_dhcp() 437 else if (dhcp->yiaddr != 0) { in log_dhcp() 438 addr.s_addr = dhcp->yiaddr; in log_dhcp() [all …]
|
D | configure.c | 485 get_subnet_route(struct dhcp_message *dhcp) in get_subnet_route() argument 491 addr = dhcp->yiaddr; in get_subnet_route() 493 addr = dhcp->ciaddr; in get_subnet_route() 495 if (get_option_addr(&net, dhcp, DHO_SUBNETMASK) == -1) in get_subnet_route() 720 struct dhcp_message *dhcp = iface->state->new; in configure() local 729 if (dhcp == NULL) { in configure() 766 rt = get_subnet_route(dhcp); in configure() 779 if (write_lease(iface, dhcp) == -1) in configure()
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 95-configured | 13 setprop dhcp.${intf}.reason "${reason}" 17 setprop dhcp.${intf}.ipaddress "${new_ip_address}" 18 setprop dhcp.${intf}.gateway "${new_routers%% *}" 19 setprop dhcp.${intf}.mask "${new_subnet_mask}" 20 setprop dhcp.${intf}.leasetime "${new_dhcp_lease_time}" 21 setprop dhcp.${intf}.server "${new_dhcp_server_identifier}" 22 setprop dhcp.${intf}.vendorInfo "${new_vendor_encapsulated_options}" 24 setprop dhcp.${intf}.result "ok" 28 setprop dhcp.${intf}.result "failed" 32 setprop dhcp.${intf}.result "released"
|
D | 20-dns.conf | 19 setprop dhcp.${intf}.dns${i} "" 24 setprop dhcp.${intf}.dns${count} ${dnsaddr} 32 setprop dhcp.${intf}.dns${i} ""
|
D | 90-NetworkManager | 6 if [ -x /usr/libexec/nm-dhcp-client.action ]; then 7 /usr/libexec/nm-dhcp-client.action
|
/external/iproute2/examples/ |
D | dhcp-client-script | 309 echo $idstring > /etc/resolv.conf.dhcp 311 echo search $new_domain_name >> /etc/resolv.conf.dhcp 313 echo options ndots:1 >> /etc/resolv.conf.dhcp 317 echo nameserver $nameserver >> /etc/resolv.conf.dhcp 320 echo nameserver 127.0.0.1 >> /etc/resolv.conf.dhcp 332 mv /etc/resolv.conf.dhcp /etc/resolv.conf 345 ifconfig $interface:dhcp down 348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255 349 ifconfig $interface:dhcp down 354 ifconfig $interface:dhcp up [all …]
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 94 #no-dhcp-interface= 136 #dhcp-range=192.168.0.50,192.168.0.150,12h 142 #dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,12h 146 #dhcp-range=red,192.168.0.50,192.168.0.150 156 #dhcp-host=11:22:33:44:55:66,192.168.0.60 160 #dhcp-host=11:22:33:44:55:66,fred 164 #dhcp-host=11:22:33:44:55:66,fred,192.168.0.60,45m 172 #dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.60 176 #dhcp-host=bert,192.168.0.70,infinite 180 #dhcp-host=id:01:02:02:04,192.168.0.60 [all …]
|
D | CHANGELOG | 15 over-ridden by dhcp-host or dhcp-ignore-names directives. 24 dhcp-boot parameters if it's specified as 25 dhcp-option-force. 46 corresponds to the third argument of dhcp-boot. This 47 allows the complete functionality of dhcp-boot to be 48 replicated with dhcp-option. Useful when using 49 dhcp-optsfile. 68 Honour dhcp-ignore configuration for PXE and proxy-PXE 124 "dnsmasq-dhcp" and messages from TFTP have ident 194 dhcp-option = encap:175, 190, "iscsi-client0" [all …]
|
D | CHANGELOG.archive | 51 automatically by ppp or dhcp. 136 Included code from John Volpe to parse dhcp.leases file 321 release 1.10 Log warnings if resolv.conf or dhcp.leases are not 616 the code to read ISC dhcp.leases. This wins in terms 627 Allow hosts to be specified by client ID in dhcp-hosts 629 dhcp-host=<hardware addr>,.... 630 dhcp-host=id:<hex client id>,..... 631 dhcp-host=id:<ascii client id>,..... 633 Allow dhcp-host options to specify any IP address on the 637 Allow dhcp-host options for the same host with different [all …]
|
/external/dnsmasq/po/ |
D | fi.po | 23 #: cache.c:798 dhcp.c:785 28 #: cache.c:856 dhcp.c:801 33 #: cache.c:863 dhcp.c:875 328 msgid "Display this message. Use --help dhcp for known DHCP options." 532 msgid "bad dhcp-option" 540 msgid "bad domain in dhcp-option" 544 msgid "dhcp-option too long" 548 msgid "illegal dhcp-match" 565 msgid "only one dhcp-hostsfile allowed" 569 msgid "only one dhcp-optsfile allowed" [all …]
|
D | it.po | 23 #: cache.c:798 dhcp.c:785 28 #: cache.c:856 dhcp.c:801 33 #: cache.c:863 dhcp.c:875 328 msgid "Display this message. Use --help dhcp for known DHCP options." 532 msgid "bad dhcp-option" 540 msgid "bad domain in dhcp-option" 544 msgid "dhcp-option too long" 548 msgid "illegal dhcp-match" 565 msgid "only one dhcp-hostsfile allowed" 569 msgid "only one dhcp-optsfile allowed" [all …]
|
D | pt_BR.po | 23 #: cache.c:798 dhcp.c:785 28 #: cache.c:856 dhcp.c:801 33 #: cache.c:863 dhcp.c:875 328 msgid "Display this message. Use --help dhcp for known DHCP options." 532 msgid "bad dhcp-option" 540 msgid "bad domain in dhcp-option" 544 msgid "dhcp-option too long" 548 msgid "illegal dhcp-match" 565 msgid "only one dhcp-hostsfile allowed" 569 msgid "only one dhcp-optsfile allowed" [all …]
|
D | es.po | 23 #: cache.c:798 dhcp.c:785 28 #: cache.c:856 dhcp.c:801 33 #: cache.c:863 dhcp.c:875 337 msgid "Display this message. Use --help dhcp for known DHCP options." 338 msgstr "Mostrar este mensaje. Usar --help dhcp para opciones DHCP conocidas." 549 msgid "bad dhcp-option" 550 msgstr "opci�n dhcp-option err�nea" 558 msgid "bad domain in dhcp-option" 559 msgstr "dominio err�neo en dhcp-option" 562 msgid "dhcp-option too long" [all …]
|
D | id.po | 24 #: cache.c:798 dhcp.c:785 30 #: cache.c:856 dhcp.c:801 36 #: cache.c:863 dhcp.c:875 397 msgid "Display this message. Use --help dhcp for known DHCP options." 628 msgid "bad dhcp-option" 629 msgstr "dhcp-option salah" 639 msgid "bad domain in dhcp-option" 640 msgstr "domain dalam dhcp-option salah" 644 msgid "dhcp-option too long" 645 msgstr "dhcp-option terlalu panjang" [all …]
|
D | ro.po | 23 #: cache.c:798 dhcp.c:785 28 #: cache.c:856 dhcp.c:801 33 #: cache.c:863 dhcp.c:875 337 msgid "Display this message. Use --help dhcp for known DHCP options." 548 msgid "bad dhcp-option" 549 msgstr "dhcp-option invalid" 557 msgid "bad domain in dhcp-option" 558 msgstr "domeniu DNS invalid în declaraţia dhcp-option" 561 msgid "dhcp-option too long" 562 msgstr "declararea dhcp-option este prea lungă" [all …]
|
D | no.po | 25 #: cache.c:798 dhcp.c:785 30 #: cache.c:856 dhcp.c:801 35 #: cache.c:863 dhcp.c:875 339 msgid "Display this message. Use --help dhcp for known DHCP options." 550 msgid "bad dhcp-option" 551 msgstr "d�rlig dhcp-opsjon" 559 msgid "bad domain in dhcp-option" 560 msgstr "d�rlig domene i dhcp-opsjon" 563 msgid "dhcp-option too long" 564 msgstr "dhcp-opsjon for lang" [all …]
|
D | fr.po | 22 #: cache.c:798 dhcp.c:785 27 #: cache.c:856 dhcp.c:801 32 #: cache.c:863 dhcp.c:875 335 msgid "Display this message. Use --help dhcp for known DHCP options." 336 msgstr "Afficher ce message. Utiliser --help dhcp pour obtenir la liste des options DHCP connues." 547 msgid "bad dhcp-option" 548 msgstr "mauvaise valeur de 'dhcp-option'" 556 msgid "bad domain in dhcp-option" 557 msgstr "mauvais domaine dans dhcp-option" 560 msgid "dhcp-option too long" [all …]
|
D | pl.po | 27 #: cache.c:798 dhcp.c:785 32 #: cache.c:856 dhcp.c:801 37 #: cache.c:863 dhcp.c:875 332 msgid "Display this message. Use --help dhcp for known DHCP options." 333 msgstr "Wy�wietla ten komunikat. U�yj '--help dhcp' chc�c przejrze� list� opcji DHCP (dhcp-option=x… 483 msgstr "Uruchamianie skryptu dhcp-script jako wskazany u�ytkownik." 538 msgid "bad dhcp-option" 539 msgstr "b��d w dhcp-option" 546 msgid "bad domain in dhcp-option" 547 msgstr "nieprawid�owa nazwa domeny w dhcp-option" [all …]
|
D | de.po | 23 #: cache.c:798 dhcp.c:785 29 #: cache.c:856 dhcp.c:801 35 #: cache.c:863 dhcp.c:875 364 msgid "Display this message. Use --help dhcp for known DHCP options." 568 msgid "bad dhcp-option" 578 msgid "bad domain in dhcp-option" 582 msgid "dhcp-option too long" 586 msgid "illegal dhcp-match" 603 msgid "only one dhcp-hostsfile allowed" 607 msgid "only one dhcp-optsfile allowed" [all …]
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
D | dnsmasq.leasedir.diff.gz |
|
/external/dnsmasq/contrib/lease-access/ |
D | README | 4 to a lease. For this reason I modified the dhcp-script behavior and is 5 called with an extra parameter "access" once a dhcp request or discover
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 126 if (daemon->dhcp) in main() 163 if (daemon->dhcp) in main() 216 if (daemon->dhcp && daemon->lease_change_command && daemon->scriptuser) in main() 369 if (daemon->dhcp && daemon->lease_change_command) in main() 499 if (daemon->dhcp) in main() 503 for (dhcp_tmp = daemon->dhcp; dhcp_tmp; dhcp_tmp = dhcp_tmp->next) in main() 606 if (daemon->dhcp) in main() 694 if (daemon->dhcp && FD_ISSET(daemon->dhcpfd, &rset)) in main() 825 if (daemon->dhcp) in async_event() 964 if (daemon->dhcp) in clear_cache_and_reload()
|