Searched refs:bp_file (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.h132 uint8_t bp_file[128]; /** boot filename */ member in struct:bootp_t
H A Dbootp.c266 RTStrPrintf((char*)rbp->bp_file, sizeof(rbp->bp_file), "%s", bootp_filename);
268 Log(("NAT: DHCP: bp_file:%s\n", &rbp->bp_file));
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbootp.h208 char bp_file[128]; member in struct:bootp_t
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h575 * Try use the bp_file field.
583 m_fUsed |= 1 /* bp_file flag*/;
600 pbNew = &m_pDhcp->bp_file[0];
601 pbNewEnd = &m_pDhcp->bp_file[sizeof(m_pDhcp->bp_file)];
618 *m_pbCur++ = 1; /* bp_file flag */
/vbox/include/iprt/
H A Dnet.h468 uint8_t bp_file[128]; member in struct:RTNETBOOTP
556 * Indicates that the bp_file and/or bp_sname holds contains DHCP options. */

Completed in 482 milliseconds