HomeSort by relevance Sort by last modified time
    Searched full:bootp (Results 26 - 50 of 72) sorted by null

12 3

  /external/autotest/client/cros/
dhcp_packet.py 307 # The following two fields are considered "legacy BOOTP" fields but may
645 simply appended to each other. This encoding is the same as the BOOTP
754 # we're not filling in legacy BOOTP stuff.
  /external/dnsmasq/
CHANGELOG 249 Allow --bootp-dynamic to take a netid tag, so that it may
373 BOOTP. The user is assumed to known what they are doing in
375 leases for BOOTP, over-riding the default in the
CHANGELOG.archive 764 The DHCP server will now work via a BOOTP relay - remot
    [all...]
  /external/dnsmasq/man/
dnsmasq.8 23 TFTP server to allow net/PXE boot of DHCP hosts and also supports BOOTP.
    [all...]
  /external/dnsmasq/man/es/
dnsmasq.8 24 incluye soporte para BOOTP.
    [all...]
  /external/dnsmasq/src/
rfc2131.c 164 /* check for DHCP rather than BOOTP */
375 /* BOOTP request */
379 /* must have a MAC addr for bootp */
386 end = mess->options + 64; /* BOOTP vend area is only 64 bytes */
410 /* Add "bootp" as a tag to allow different options, address ranges etc
411 for BOOTP clients */
412 bootp_id.net = "bootp";
494 log_packet("BOOTP", logaddr, mess->chaddr, mess->hlen, iface_name, message, mess->xid);
    [all...]
option.c 169 { "bootp-dynamic", 2, 0, '3' },
259 { 'M', ARG_DUP, "<bootp opts>", gettext_noop("Specify BOOTP options to DHCP server."), NULL },
293 { '3', ARG_DUP, "[=<id>[,<id>]]", gettext_noop("Enable dynamic address allocation for bootp."), NULL },
    [all...]
  /external/dnsmasq/man/fr/
dnsmasq.8 23 le réseau/PXE de clients DHCP et supporte également le protocole BOOTP.
    [all...]
  /external/autotest/client/virt/
kvm_vm.py 309 # If the new syntax is supported, don't add -bootp
313 return " -bootp '%s'" % filename
485 nic_params.get("bootp"), redirs, netdev_id,
525 bootp = params.get("bootp")
526 if bootp:
527 qemu_cmd += add_bootp(help, bootp)
    [all...]
  /external/tcpdump/
CHANGES 334 Cleanup the bootp printer
419 check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c,
567 Improvements to: print-telnet, IPTalk, bootp/dhcp, ECN, PPP,
692 - Add missing closing double quotes when displaying bootp strings.
    [all...]
Makefile.in 104 print-bootp.c \
  /external/dnsmasq/po/
es.po 235 msgid "Specify BOOTP options to DHCP server."
236 msgstr "Especificar opciones BOOTP a servidor DHCP."
385 msgid "Enable dynamic address allocation for bootp."
386 msgstr "Habilitar alocaci?n din?mica de direcci?nes para BOOTP."
    [all...]
fr.po 233 msgid "Specify BOOTP options to DHCP server."
234 msgstr "Sp?cifie les options BOOTP pour le serveur DHCP."
383 msgid "Enable dynamic address allocation for bootp."
384 msgstr "Autorise l'allocation dynamique d'adresse pour bootp."
    [all...]
pl.po 235 msgid "Specify BOOTP options to DHCP server."
236 msgstr "Okre?lenie opcji BOOTP serwera DHCP."
379 msgid "Enable dynamic address allocation for bootp."
380 msgstr "W??czenie dynamicznego przydzielania adres?w dla klient?w BOOTP."
    [all...]
id.po 275 msgid "Specify BOOTP options to DHCP server."
276 msgstr "Sebutkan pilihan-pilihan BOOTP untuk DHCP server."
455 msgid "Enable dynamic address allocation for bootp."
456 msgstr "Mungkinkan alokasi alamat dinamis untuk bootp."
1547 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
    [all...]
no.po 237 msgid "Specify BOOTP options to DHCP server."
238 msgstr "Spesifiser BOOTP opsjoner til DHCP tjener."
387 msgid "Enable dynamic address allocation for bootp."
388 msgstr "Aktiver dynamisk adresse allokering for bootp."
1351 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
    [all...]
ro.po 235 msgid "Specify BOOTP options to DHCP server."
236 msgstr "Specific? op?iuni BOOTP serverului DHCP."
385 msgid "Enable dynamic address allocation for bootp."
386 msgstr "Activeaz? alocarea dinamic? a adreselor pentru BOOTP."
1352 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
    [all...]
de.po 267 msgid "Specify BOOTP options to DHCP server."
411 msgid "Enable dynamic address allocation for bootp."
1364 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
fi.po 231 msgid "Specify BOOTP options to DHCP server."
375 msgid "Enable dynamic address allocation for bootp."
1321 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
it.po 231 msgid "Specify BOOTP options to DHCP server."
375 msgid "Enable dynamic address allocation for bootp."
1321 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
pt_BR.po 231 msgid "Specify BOOTP options to DHCP server."
375 msgid "Enable dynamic address allocation for bootp."
1321 msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
  /external/tcpdump/win32/prj/
GNUmakefile 58 ../../print-bootp.o \
  /external/dhcpcd-6.8.2/
dhcpcd.8.in 117 is also an implementation of the BOOTP client specified in
580 only responds to DHCP servers and not BOOTP servers, you can
  /external/toybox/toys/pending/
dhcpd.c 257 uint32_t siaddr_nip; // "next server" bootp option
262 char *sname; // bootp server name
263 char *boot_file; // bootp boot file option
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 181 PACKET_MATCH_DHCP_MESSAGE_TYPE = "bootp.option_dhcp"

Completed in 1240 milliseconds

12 3