Searched defs:RTNETBOOTP (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dnet.h435 typedef struct RTNETBOOTP struct
483 } RTNETBOOTP; typedef in typeref:struct:RTNETBOOTP
485 AssertCompileSize(RTNETBOOTP, 0xec + 128);
487 typedef RTNETBOOTP *PRTNETBOOTP;
489 typedef RTNETBOOTP const *PCRTNETBOOTP;
496 /** The normal size of the a DHCP packet (i.e. a RTNETBOOTP).
499 /** The normal size of RTNETBOOTP::bp_vend::Dhcp::dhcp_opts. */
508 /** @name DHCP flags (RTNETBOOTP::bp_flags)
599 * @deprecated Use RTNETBOOTP.

Completed in 49 milliseconds