Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dpxe.c233 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()
/freebsd/stand/libsa/
H A Dbootp.c88 struct bootp *bootp_response; variable
330 free(bootp_response); in bootprecv()
331 bootp_response = malloc(n); in bootprecv()
332 if (bootp_response != NULL) { in bootprecv()
334 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
H A Dbootp.h144 extern struct bootp *bootp_response;