Home
last modified time | relevance | path

Searched refs:bootp_response (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c243 free(bootp_response); in pxe_init()
244 if ((bootp_response = malloc(gci_p->BufferSize)) != NULL) { in pxe_init()
247 bootp_response, bootp_response_size); in pxe_init()
428 if (bootp_response != NULL) in pxe_netif_init()
429 desc->xid = bootp_response->bp_xid; in pxe_netif_init()
H A Dmultiboot.c373 bootp_response != NULL) { in multiboot_exec()
376 i386_copyin(bootp_response, mb_info->drives_addr, in multiboot_exec()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c88 struct bootp *bootp_response; variable
327 free(bootp_response); in bootprecv()
328 bootp_response = malloc(n); in bootprecv()
329 if (bootp_response != NULL) { in bootprecv()
331 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
H A Dbootp.h142 extern struct bootp *bootp_response;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c40 char *bootp_response; variable
103 "bootp-response", &bootp_response, 0,
H A Dboot_plat.h76 extern char *bootp_response;
/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h112 extern char *bootp_response;
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c77 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()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c796 if (bootp_response != NULL) { in mbi_size()
1088 if (bootp_response != NULL) { in multiboot2_exec()
1095 memcpy(tag->mb_dhcpack, bootp_response, bootp_response_size); in multiboot2_exec()