busybox/networking/udhcp
Denys Vlasenko a90a54aead udhcp: remove struct packing attribute, eliminates gcc-9.x
"error: taking address of packed member of 'struct ip_udp_dhcp_packet'
may result in an unaligned pointer value" here:

	udhcp_dump_packet(&packet.data);

and in other places.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2020-10-01 23:49:16 +02:00
..
arpping.c
common.c udhcp: add option scanner 2020-06-29 14:57:02 +02:00
common.h udhcp: remove struct packing attribute, eliminates gcc-9.x 2020-10-01 23:49:16 +02:00
Config.src build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
d6_common.h
d6_dhcpc.c gcc-9.x warning fixes 2020-10-01 03:07:22 +02:00
d6_packet.c gcc-9.x warning fixes 2020-10-01 03:07:22 +02:00
d6_socket.c
dhcpc.c gcc-9.x warning fixes 2020-10-01 03:07:22 +02:00
dhcpc.h udhcpc: add support for long options 2020-08-13 16:48:07 +02:00
dhcpd.c acpid: only display -p if supported in usage 2020-06-29 14:11:03 +02:00
dhcpd.h
dhcprelay.c
domain_codec.c domain_codec: optimize dname_dec and convert_dname 2020-07-12 21:19:13 +02:00
dumpleases.c
Kbuild.src
packet.c gcc-9.x warning fixes 2020-10-01 03:07:22 +02:00
signalpipe.c
socket.c