Searched refs:bootp_response (Results 1 – 3 of 3) sorted by relevance
236 free(bootp_response); in pxe_init()237 if ((bootp_response = malloc(gci_p->BufferSize)) != NULL) { in pxe_init()240 bootp_response, bootp_response_size); in pxe_init()419 if (bootp_response != NULL) in pxe_netif_init()420 desc->xid = bootp_response->bp_xid; in pxe_netif_init()
93 struct bootp *bootp_response; variable335 free(bootp_response); in bootprecv()336 bootp_response = malloc(n); in bootprecv()337 if (bootp_response != NULL) { in bootprecv()339 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
146 extern struct bootp *bootp_response;