Searched refs:bootp_response (Results 1 – 3 of 3) sorted by relevance
233 free(bootp_response); in pxe_init()234 if ((bootp_response = malloc(gci_p->BufferSize)) != NULL) { in pxe_init()237 bootp_response, bootp_response_size); in pxe_init()416 if (bootp_response != NULL) in pxe_netif_init()417 desc->xid = bootp_response->bp_xid; in pxe_netif_init()
87 struct bootp *bootp_response; variable293 free(bootp_response); in bootprecv()294 bootp_response = malloc(n); in bootprecv()295 if (bootp_response != NULL) { in bootprecv()297 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
144 extern struct bootp *bootp_response;