Searched refs:bootp (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.h1 /* $NetBSD: bootp.h,v 1.4 1997/09/06 13:55:57 drochner Exp $ */
26 struct bootp { struct
124 * bootp flags
130 * "vendor" data permitted for CMU bootp clients.
H A Dbootp.c1 /* $NetBSD: bootp.c,v 1.14 1998/02/16 11:10:54 drochner Exp $ */
35 * @(#) Header: bootp.c,v 1.4 93/09/11 03:13:51 leres Exp (LBL)
59 #include "bootp.h"
93 /* Fetch required bootp infomation */
95 bootp(sock, flag) function
100 struct bootp *bp;
103 struct bootp wbootp;
107 struct bootp rbootp;
112 printf("bootp: socket=%d\n", sock);
118 printf("bootp
[all...]
H A Dnet.h110 /* bootp/DHCP */
111 void bootp(int, int);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c64 #include <bootp.h>
146 * them via bootp, rarp, etc.
163 * info from bootp or other sources.
263 bootp(sock, BOOTP_NONE);
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c541 uchar_t *bootp;
558 DDI_PROP_DONTPASS, BP_BOOTP_RESPONSE, &bootp, &bootp_len)
565 boot_maclen = *(bootp + 2);
567 bcopy(bootp + 28, boot_macaddr, boot_maclen);
570 bcopy(bootp, dhcack, bootp_len);
573 ddi_prop_free(bootp);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h166 extern int bootp(void);
H A Dnic.c21 #include "bootp.h"
520 * bootp
522 * Get IP address by bootp, segregate from bootp in etherboot.
572 int bootp(void) function
578 EnterFunction("bootp");
619 * Get IP address by dhcp, segregate from bootp in etherboot.
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c25 #include <bootp.h>
H A Dbuiltins.c362 /* bootp */
375 if (! bootp ())
396 "bootp",
399 "bootp [--with-configfile]",
1007 * try to find a configfile derived from the DHCP/bootp
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile128 SRCS+= bootp.c rarp.c bootparam.c
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c44 #include <bootp.h>
282 * Do a bootp/dhcp request to find out where our
287 bootp(pxe_sock, BOOTP_PXE);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c8270 char *bootp; local
8278 bootp = strstr(physical, "p0:boot");
8279 if (bootp)
8280 *bootp = '\0';

Completed in 103 milliseconds