Home
last modified time | relevance | path

Searched defs:dhcp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Ddhcp.h182 typedef struct dhcp { struct
183 uint8_t op; /* message opcode */
184 uint8_t htype; /* Hardware address type */
185 uint8_t hlen; /* Hardware address length */
186 uint8_t hops; /* Used by relay agents */
187 uint32_t xid; /* transaction id */
188 uint16_t secs; /* Secs elapsed since client boot */
189 uint16_t flags; /* DHCP Flags field */
190 struct in_addr ciaddr; /* client IP addr */
191 struct in_addr yiaddr; /* 'Your' IP addr. (from server) */
[all …]
/titanic_41/usr/src/stand/lib/inet/
H A Ddhcpv4.c1133 dhcp(void) in dhcp() function
/titanic_41/usr/src/uts/i86pc/os/
H A Dibft.c116 uchar_t dhcp[16]; member
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dnic.c669 int dhcp(void) in dhcp() function