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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DConfigureChoiceDialog.java46 private JRadioButton dhcp, bootp; field in class:ConfigureChoiceDialog
89 bootp = new JRadioButton(
91 bootp.setToolTipText(
93 buttonGroup.add(bootp);
94 box.add(bootp);
H A DCreateAddressDialog.java113 private JCheckBox bootp; field in class:CreateAddressDialog
355 bootp = new JCheckBox(ResourceStrings.getString("bootp_checkbox"));
357 bootp.setToolTipText(
360 bootp.setHorizontalAlignment(SwingConstants.LEFT);
361 southPanel.add(bootp, BorderLayout.CENTER);
449 bootp.setSelected(client.isBootp());
540 client.setBootp(bootp.isSelected());
H A DResourceBundle.properties226 bootp=Bootp
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DMakefile34 LOCAL_OBJS = bootp.o dhcp.o dhcptab.o encode.o generic.o hash.o icmp.o \
H A Ddhcpd.h204 extern void bootp(dsvc_clnt_t *, PKT_LIST *);
H A Dbootp.c57 bootp(dsvc_clnt_t *pcd, PKT_LIST *plp) function
H A Dmain.c56 * bootp: If automatic allocation is in effect,
57 * bootp behaves in the same fashion as dhcp_offer.
74 * responsible for polling the interface, validating bootp
242 static boolean_t bootp_compat; /* bootp compatibility */
243 boolean_t be_automatic; /* set if bootp server should allocate IPs */
905 * Validate bootp compatibility options. Must be "automatic" or
1105 * the per-interface threads, thus we should only be dealing with bootp/dhcp
1324 bootp(pcd, plp);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h166 extern int bootp(void);
H A DMakefile.solaris124 3c595.c 3c595.h 3c90x.c basemem.c big_bswap.h bootp.h \
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.
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c25 #include <bootp.h>
H A Dbuiltins.c361 /* bootp */
374 if (! bootp ())
395 "bootp",
398 "bootp [--with-configfile]",
1006 * try to find a configfile derived from the DHCP/bootp
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.mf121 file path=usr/share/src/grub/netboot/bootp.h
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c7572 char *bootp; local
7580 bootp = strstr(physical, "p0:boot");
7581 if (bootp)
7582 *bootp = '\0';

Completed in 221 milliseconds