Searched refs:bootp_response (Results 1 – 9 of 9) sorted by relevance
| /titanic_54/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | pxe.c | 237 free(bootp_response); in pxe_init() 238 if ((bootp_response = malloc(gci_p->BufferSize)) != NULL) { in pxe_init() 241 bootp_response, bootp_response_size); in pxe_init() 411 if (bootp_response != NULL) in pxe_netif_init() 412 desc->xid = bootp_response->bp_xid; in pxe_netif_init()
|
| H A D | multiboot.c | 388 bootp_response != NULL) { in multiboot_exec() 391 i386_copyin(bootp_response, mb_info->drives_addr, in multiboot_exec()
|
| /titanic_54/usr/src/boot/lib/libstand/ |
| H A D | bootp.c | 88 struct bootp *bootp_response; variable 328 free(bootp_response); in bootprecv() 329 bootp_response = malloc(n); in bootprecv() 330 if (bootp_response != NULL) { in bootprecv() 332 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
|
| H A D | bootp.h | 144 extern struct bootp *bootp_response;
|
| /titanic_54/usr/src/psm/stand/boot/sparc/common/ |
| H A D | bootprop.c | 39 char *bootp_response; variable 102 "bootp-response", &bootp_response, 0,
|
| H A D | boot_plat.h | 76 extern char *bootp_response;
|
| /titanic_54/usr/src/stand/sys/ |
| H A D | bootsyms.h | 119 extern char *bootp_response;
|
| /titanic_54/usr/src/stand/lib/inet/ |
| H A D | dhcpv4.c | 77 extern char *bootp_response; /* bootprop.c */ 1047 if (pl == NULL || bootp_response != NULL) in create_bootpresponse_bprop() 1051 if ((bootp_response = bkmem_alloc(buflen)) == NULL) in create_bootpresponse_bprop() 1054 if (octet_to_hexascii((uint8_t *)pl->pkt, pl->len, bootp_response, in create_bootpresponse_bprop() 1056 bkmem_free(bootp_response, (pl->len * 2) + 1); in create_bootpresponse_bprop() 1057 bootp_response = NULL; in create_bootpresponse_bprop()
|
| /titanic_54/usr/src/boot/sys/boot/common/ |
| H A D | multiboot2.c | 761 if (bootp_response != NULL) { in mbi_size() 1006 if (bootp_response != NULL) { in multiboot2_exec() 1013 memcpy(tag->mb_dhcpack, bootp_response, bootp_response_size); in multiboot2_exec()
|