Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dbootp.h145 extern size_t bootp_response_size;
H A Dbootp.c89 size_t bootp_response_size; variable
333 bootp_response_size = n; in bootprecv()
334 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
/freebsd/stand/i386/libi386/
H A Dpxe.c235 bootp_response_size = gci_p->BufferSize; in pxe_init()
237 bootp_response, bootp_response_size); in pxe_init()