Searched refs:dhcack (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c100 char *dhcack = NULL; local
113 if ((dhcack = malloc(dhcacksz)) == NULL) {
119 (void) sysinfo(SI_DHCP_CACHE, (caddr_t)dhcack, dhcacksz);
125 ackp = &dhcack[IFNAMSIZ];
145 (void) strlcpy(dhcp_ifn, dhcack, sizeof (dhcp_ifn));
152 if (dhcack != NULL) {
153 free(dhcack);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c148 if (dhcack == NULL) {
181 if (octet_to_hexascii(dhcack, dhcacklen,
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h225 extern char *dhcack;
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c448 dhcack = kmem_zalloc(proplen, KM_SLEEP);
449 if (BOP_GETPROP(bootops, "bootp-response", dhcack) == -1) {
452 kmem_free(dhcack, dhcacklen);
453 dhcack = NULL;
H A Dspace.c130 char *dhcack; /* dhcp response packet */ variable
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c569 dhcack = kmem_alloc(bootp_len, KM_SLEEP);
570 bcopy(bootp, dhcack, bootp_len);
637 if (dhcack) {
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h228 extern char *dhcack;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c973 if (dhcack == NULL) {
978 printf("dhcp: dhcack %p, len %d\n", (void *)dhcack,
985 bcopy(dhcack, pl->pkt, dhcacklen);
989 * in the netinstall case and dhcack interface name is
996 /* remember the server_ip in dhcack */

Completed in 71 milliseconds