Searched refs:BOOTP_REPLY (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.h38 #define BOOTP_REPLY 2 macro
H A DDhcp4Impl.c1344 if ((Head->OpCode != BOOTP_REPLY) ||
H A DDhcp4Io.c1018 if ((Head->OpCode != BOOTP_REPLY) ||
/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.h24 #define BOOTP_REPLY 2 macro
119 uint8_t bp_op; /**< opcode (BOOTP_REQUEST, BOOTP_REPLY) */
H A Dbootp.c221 rbp->bp_op = BOOTP_REPLY;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbootp.h24 #define BOOTP_REPLY 2 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcp.h543 * This must be either @c BOOTP_REQUEST or @c BOOTP_REPLY.
615 #define BOOTP_REPLY 2 macro
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddhcp.c65 [DHCPOFFER] = BOOTP_REPLY,
68 [DHCPACK] = BOOTP_REPLY,
69 [DHCPNAK] = BOOTP_REPLY,

Completed in 69 milliseconds