diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-07-04 13:15:05 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-07-04 13:15:05 +0100 |
commit | 3d9f094022854ca06d02f34c688896abde9e1b20 (patch) | |
tree | 3905fa7145b191aaa733fceea7f11f2a24b2f0dc /src/net/udp/dhcpv6.c | |
parent | 3bb61c33c2d77ac9a1a512d809576f3444b6b1ed (diff) | |
download | ipxe-3d9f094022854ca06d02f34c688896abde9e1b20.tar.gz |
[dhcp] Allow for variable encapsulation of architecture-specific options
DHCPv4 and DHCPv6 share some values in common for the architecture-
specific options (such as the client system architecture type), but
use different encapsulations: DHCPv4 has a single byte for the option
length while DHCPv6 has a 16-bit field for the option length.
Move the containing DHCP_OPTION() and related wrappers from the
individual dhcp_arch.h files to dhcp.c, thus allowing for the
architecture-specific values to be reused in dhcpv6.c.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/udp/dhcpv6.c')
0 files changed, 0 insertions, 0 deletions