Searched refs:bootp (Results 1 – 25 of 31) sorted by relevance
12
/external/tcpdump/ |
D | Makefile.in | 72 print-beep.c print-bfd.c print-bgp.c print-bootp.c print-cdp.c \ 101 HDR = addrtoname.h appletalk.h bootp.h cpack.h dccp.h decnet.h \
|
D | FILES | 23 bootp.h 125 print-bootp.c
|
D | Android.mk | 28 print-bootp.c\
|
D | bootp.h | 23 struct bootp { struct
|
D | print-bootp.c | 66 register const struct bootp *bp; in bootp_print() 70 bp = (const struct bootp *)cp; in bootp_print()
|
D | CHANGES | 76 Cleanup the bootp printer 161 check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c, 309 Improvements to: print-telnet, IPTalk, bootp/dhcp, ECN, PPP, 434 - Add missing closing double quotes when displaying bootp strings. 716 - print-bootp.c: Decode the cmu vendor field. Add RFC1497 tags. 792 - print-bootp.c: First attempt at decoding the vendor buffer.
|
D | INSTALL | 64 bootp.h - BOOTP definitions 144 print-bootp.c - BOOTP and IPv4 DHCP printer routines
|
/external/grub/netboot/ |
D | etherboot.h | 506 extern int bootp (void);
|
D | tulip.txt | 12 (bootp/dhcp/NFS) set up, and you need a Linux kernel with v0.91g
|
D | main.c | 532 bootp (void) in bootp() function
|
D | 3c90x.txt | 219 working setting (that allowed the bootp/tftp process) across the eth_reset
|
/external/grub/ |
D | NEWS | 108 execute the command "bootp" as if you specified it in the preset 111 call "bootp" implicitly when the preset menu is used explicitly. In 148 * The commands "bootp" and "dhcp" accepts a new option 279 * New commands "bootp", "dhcp" and "rarp" can be used to initialize a
|
D | ChangeLog | 275 * netboot/main.c: Fixed bootp only code so that options 1758 string "bootp\n". 3955 (bootp): Likewise. 4774 (bootp): Likewise. 5360 print_network_configuration if bootp succeeds. 5386 about "bootp", "dhcp" and "rarp". 5388 * netboot/main.c (bootp) [!NO_DHCP_SUPPORT]: Added casts to 5410 (bootp): Call eth_probe and return zero if fails. Clear 5413 (bootp) [T509HACK]: If FLAG is non-zero, skip calling 5415 (bootp) [!NO_DHCP_SUPPORT]: If any ack packet is not reached
|
/external/grub/docs/ |
D | grub.info | 1302 server and run `bootp' (*note bootp::), `dhcp' (*note dhcp::) or `rarp' 1312 You can also use `ifconfig' in conjuction with `bootp', `dhcp' or 1322 grub> bootp 1472 preset menu to execute the command `bootp' (*note bootp::) 2013 * bootp:: Initialize a network device via BOOTP 2032 File: grub.info, Node: bootp, Next: color, Up: General commands 2034 13.2.1 bootp 2037 -- Command: bootp [`--with-configfile'] 2047 File: grub.info, Node: color, Next: device, Prev: bootp, Up: General commands 2136 this command is just an alias for `bootp', since the two protocols [all …]
|
D | grub.texi | 1464 server and run @command{bootp} (@pxref{bootp}), @command{dhcp} 1477 You can also use @command{ifconfig} in conjuction with @command{bootp}, 1489 grub> @kbd{bootp} 1646 preset menu to execute the command @command{bootp} (@pxref{bootp}) 2189 * bootp:: Initialize a network device via BOOTP 2209 @node bootp 2210 @subsection bootp 2212 @deffn Command bootp [@option{--with-configfile}] 2334 this command is just an alias for @command{bootp}, since the two
|
/external/qemu/ |
D | Makefile.common | 531 bootp.c \
|
D | qemu-options.hx | 912 DEF("bootp", HAS_ARG, QEMU_OPTION_bootp, \ 913 "-bootp file advertise file in BOOTP replies\n") 916 @item -bootp @var{file} 923 qemu -hda linux.img -boot n -tftp /path/to/tftp/files -bootp /pxelinux.0
|
/external/dnsmasq/ |
D | CHANGELOG | 249 Allow --bootp-dynamic to take a netid tag, so that it may
|
/external/dnsmasq/po/ |
D | id.po | 455 msgid "Enable dynamic address allocation for bootp." 456 msgstr "Mungkinkan alokasi alamat dinamis untuk bootp."
|
D | no.po | 387 msgid "Enable dynamic address allocation for bootp." 388 msgstr "Aktiver dynamisk adresse allokering for bootp."
|
D | fr.po | 383 msgid "Enable dynamic address allocation for bootp." 384 msgstr "Autorise l'allocation dynamique d'adresse pour bootp."
|
D | fi.po | 375 msgid "Enable dynamic address allocation for bootp."
|
D | it.po | 375 msgid "Enable dynamic address allocation for bootp."
|
D | pt_BR.po | 375 msgid "Enable dynamic address allocation for bootp."
|
/external/grub/stage2/ |
D | builtins.c | 338 if (! bootp ()) in bootp_func()
|
12