blob: b3a218616524e619ebfc33d823723def4bf2ccdf (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
The BSDP package implements Apple's Boot Service Discovery Protocol (a
pxe-boot-like netboot protocol for booting macOS hardware from
network-connected servers).
The Canonical implementation is defined here:
http://opensource.apple.com/source/bootp/bootp-198.1/Documentation/BSDP.doc
*/
package bsdp
|