reactos/base/services/dhcpcsvc/dhcp
Hervé Poussineau 1ff3d1c395 [DHCPCSVC] Change automatic address assignment to use hardware address
According to RFC 3927, the pseudo-random number generation algorithm MUST be chosen
so that different hosts do not generate the same sequence of numbers, and that the
pseudo-random number generator SHOULD be seeded using a value derived from the
IEEE 802 MAC address, so that a host will usually select the same IPv4 Link-Local
address each time it is booted.
2021-04-20 18:28:36 +02:00
..
adapter.c [REACTOS] Fix SIZE_T related warnings 2019-08-15 14:20:00 +02:00
alloc.c
api.c
compat.c
dhclient.c [DHCPCSVC] Change automatic address assignment to use hardware address 2021-04-20 18:28:36 +02:00
dispatch.c [DHCPCSVC] Add the ability to stop the DHCP client 2018-03-21 21:07:26 +01:00
hash.c
options.c [DHCPCSVC] Eliminate unused code and associated parameters 2019-04-07 18:32:28 +02:00
pipe.c
socket.c [REACTOS] Fix SIZE_T related warnings 2019-08-15 14:20:00 +02:00
tables.c
tree.c
util.c