Searched refs:bootp (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | strplumb.c | 541 uchar_t *bootp; in strplumb_get_netdev_path() 558 DDI_PROP_DONTPASS, BP_BOOTP_RESPONSE, &bootp, &bootp_len) in strplumb_get_netdev_path() 565 boot_maclen = *(bootp + 2); in strplumb_get_netdev_path() 567 bcopy(bootp + 28, boot_macaddr, boot_maclen); in strplumb_get_netdev_path() 570 bcopy(bootp, dhcack, bootp_len); in strplumb_get_netdev_path() 573 ddi_prop_free(bootp); in strplumb_get_netdev_path()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | grub.h | 166 extern int bootp(void);
|
H A D | Makefile.solaris | 124 3c595.c 3c595.h 3c90x.c basemem.c big_bswap.h bootp.h \
|
H A D | Makefile.am | 13 libdrivers_a_SOURCES = big_bswap.h bootp.h byteswap.h config.c cpu.h \
|
H A D | nic.c | 572 int bootp(void) in bootp() function
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 175 * bootp: bootp.
|
H A D | grub.info-2 | 167 preset menu to execute the command `bootp' (*note bootp::) 709 * bootp:: Initialize a network device via BOOTP 728 File: grub.info, Node: bootp, Next: color, Up: General commands 730 bootp 733 - Command: bootp [`--with-configfile'] 743 File: grub.info, Node: color, Next: device, Prev: bootp, Up: General commands 832 this command is just an alias for `bootp', since the two protocols
|
H A 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 …]
|
H A 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} 1649 preset menu to execute the command @command{bootp} (@pxref{bootp}) 2192 * bootp:: Initialize a network device via BOOTP 2212 @node bootp 2213 @subsection bootp 2215 @deffn Command bootp [@option{--with-configfile}] 2337 this command is just an alias for @command{bootp}, since the two
|
H A D | grub.info-1 | 1303 server and run `bootp' (*note bootp::), `dhcp' (*note dhcp::) or `rarp' 1313 You can also use `ifconfig' in conjuction with `bootp', `dhcp' or 1323 grub> bootp
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | dhcpagent.dfl | 111 # numbers correspond to the values defined in the IANA bootp-dhcp-parameters
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | NEWS | 115 execute the command "bootp" as if you specified it in the preset 118 call "bootp" implicitly when the preset menu is used explicitly. In 155 * The commands "bootp" and "dhcp" accepts a new option 286 * New commands "bootp", "dhcp" and "rarp" can be used to initialize a
|
H A D | ChangeLog | 434 * netboot/main.c: Fixed bootp only code so that options 1917 string "bootp\n". 4114 (bootp): Likewise. 4933 (bootp): Likewise. 5519 print_network_configuration if bootp succeeds. 5545 about "bootp", "dhcp" and "rarp". 5547 * netboot/main.c (bootp) [!NO_DHCP_SUPPORT]: Added casts to 5569 (bootp): Call eth_probe and return zero if fails. Clear 5572 (bootp) [T509HACK]: If FLAG is non-zero, skip calling 5574 (bootp) [!NO_DHCP_SUPPORT]: If any ack packet is not reached
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 122 file path=usr/share/src/grub/netboot/bootp.h
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 7700 char *bootp; local 7708 bootp = strstr(physical, "p0:boot"); 7709 if (bootp) 7710 *bootp = '\0';
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 373 if (! bootp ()) in bootp_func()
|