Expand description
Netboot messaging types.
The Netboot protocol is used to issue commands and discover netsvc nodes.
Note: There’s not an RFC or standard for this protocol, as it has evolved
over time with the netsvc code. The closest to an authoritative source is
the netsvc source code in //src/bringup/bin/netsvc
.
Structs§
- Error
Value - A witness type for error values observed from the netboot protocol.
- Netboot
Packet - A netboot packet.
- Netboot
Packet Builder - A [
PacketBuilder
] for the netboot protocol.
Enums§
- Error
Code - Protocol errors.
- Opcode
- Operations accepted by netboot servers.
- Opcode
OrErr - Part of a netboot message’s preamble.
- Parse
Error - Error parsing a netboot message.
Constants§
- ADVERT_
PORT - The UDP port multicast advertisements are sent to.
- SERVER_
PORT - The UDP port a netboot server listens on.