Systemd/src/libsystemd-dhcp
Lennart Poettering 9bf3b53533 shared: switch our hash table implementation over to SipHash
SipHash appears to be the new gold standard for hashing smaller strings
for hashtables these days, so let's make use of it.
2013-12-22 21:12:25 +01:00
..
dhcp-client.c shared: switch our hash table implementation over to SipHash 2013-12-22 21:12:25 +01:00
dhcp-internal.h libsystemd-dhcp: Add functions for sending unicast UDP messages 2013-12-22 14:37:49 +01:00
dhcp-network.c libsystemd-dhcp: add some asserts 2013-12-22 14:42:12 +01:00
dhcp-option.c dhcp: Add option appending and parsing 2013-12-12 11:43:33 -05:00
dhcp-protocol.h libsystemd-dhcp: Use be32_t for IP addresses in network order. 2013-12-22 10:48:31 +01:00
Makefile build: Add initial build support 2013-12-12 11:43:33 -05:00
test-dhcp-client.c libsystemd-dhcp: Add functions for sending unicast UDP messages 2013-12-22 14:37:49 +01:00
test-dhcp-option.c scan-build: silence some warnings 2013-12-12 23:08:47 +01:00