Home
last modified time | relevance | path

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

/freebsd-13.1/stand/i386/libi386/
H A Dpxe.c236 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()
/freebsd-13.1/stand/libsa/
H A Dbootp.c93 struct bootp *bootp_response; variable
335 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()
H A Dbootp.h146 extern struct bootp *bootp_response;