Searched refs:bootp_response (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/sys/
H A Dbootsyms.h119 extern char *bootp_response;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.h76 extern char *bootp_response;
H A Dbootprop.c39 char *bootp_response; variable
102 "bootp-response", &bootp_response, 0,
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c77 extern char *bootp_response; /* bootprop.c */
1047 if (pl == NULL || bootp_response != NULL)
1051 if ((bootp_response = bkmem_alloc(buflen)) == NULL)
1054 if (octet_to_hexascii((uint8_t *)pl->pkt, pl->len, bootp_response,
1056 bkmem_free(bootp_response, (pl->len * 2) + 1);
1057 bootp_response = NULL;

Completed in 60 milliseconds