Searched refs:dhcack (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 100 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_44/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 148 if (dhcack == NULL) { in systeminfo() 181 if (octet_to_hexascii(dhcack, dhcacklen, in systeminfo()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 387 dhcack = kmem_zalloc(proplen, KM_SLEEP); in loadrootmodules() 388 if (BOP_GETPROP(bootops, "bootp-response", dhcack) == -1) { in loadrootmodules() 391 kmem_free(dhcack, dhcacklen); in loadrootmodules() 392 dhcack = NULL; in loadrootmodules()
|
H A D | space.c | 130 char *dhcack; /* dhcp response packet */ variable
|
/titanic_44/usr/src/uts/common/io/ |
H A D | strplumb.c | 569 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_44/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 225 extern char *dhcack;
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 229 extern char *dhcack;
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 973 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()
|