| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| ConfigureChoiceDialog.java | 38 * Dialog to select which type of server we want: full DHCP or just a BOOTP 46 private JRadioButton dhcp, bootp; field in class:ConfigureChoiceDialog 52 * Return value if user wants DHCP service 54 public static final int DHCP = 1; 82 dhcp = new JRadioButton( 84 dhcp.setToolTipText(ResourceStrings.getString("configure_dhcp_server")); 85 buttonGroup.add(dhcp); 87 box.add(dhcp); 107 if (dhcp.isSelected()) { 108 value = DHCP; [all...] |
| /onnv/onnv-gate/usr/src/stand/lib/inet/ |
| dhcpv4.c | 25 * Standalone dhcp client. 39 #include <netinet/dhcp.h> 82 * DHCP/bootp message. Set the message type. 432 * DHCP OFFER (not BOOTP), same client_id as ours, same class_id, 436 * DHCP OFFER, no class_id, short lease, only some of the options we need. 461 printf("%s: Unexpected DHCP message.\n", 466 "%s: Garbled DHCP message type.\n", 486 * 0) DHCP 501 dprintf("%s: Unexpected DHCP message." 506 dprintf("%s: DHCP OFFER message without lease 1133 dhcp(void) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| dhcp.c | 44 #include <netinet/dhcp.h> 80 * The DHCP server maintains a cache of DHCP OFFERs it has extended to DHCP 90 * be unique within the dhcp network table. 104 * Dispatch the DHCP packet based on its type. 107 dhcp(dsvc_clnt_t *pcd, PKT_LIST *plp) function 111 "Garbled DHCP Message type option from client: %s\n", 120 dhcpmsg(LOG_DEBUG, "dhcp() - processing OFFER...\n"); 124 dhcpmsg(LOG_DEBUG, "dhcp() - processed OFFER.\n") [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| nic.c | 10 DHCP - RFC2131, RFC2132 (options) 442 * except possibly ARP requests from the DHCP/TFTP server. We use 617 * dhcp 619 * Get IP address by dhcp, segregate from bootp in etherboot. 669 int dhcp(void) function [all...] |
| /onnv/onnv-gate/usr/src/uts/common/netinet/ |
| dhcp.h | 28 * dhcp.h - Generic DHCP definitions, as per RFC's 2131 and 2132. 45 * DHCP option codes. 114 /* DHCP protocol extension options */ 176 * DHCP Packet. What will fit in a ethernet frame. We may use a smaller 182 typedef struct dhcp { struct 189 uint16_t flags; /* DHCP Flags field */ 201 typedef uint32_t lease_t; /* DHCP lease time (32 bit quantity) */ 204 * DHCP packet types. As per protocol. 216 * Generic DHCP protocol define [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| ibft.c | 116 uchar_t dhcp[16]; member in struct:iSCSI_ibft_nic 497 ret = iscsi_copy_ibft_ipaddr(nicp->dhcp,
|