Home
last modified time | relevance | path

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

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