Systemd/src/libsystemd-network
Lennart Poettering 20b55f8538 dhcp6: prefer offsetof() over sizeof() for structs with undefined sizes
This doesn't change anything in the generated source, but I think makes
semantically more sense, as these structures have undefined size, and we
only want to know the size up to the data field in these cases.
2018-10-25 11:23:19 +02:00
..
arp-util.c
arp-util.h
dhcp-identifier.c
dhcp-identifier.h
dhcp-internal.h
dhcp-lease-internal.h
dhcp-network.c tree-wide: use setsockopt_int() more 2018-10-19 05:52:42 +09:00
dhcp-option.c
dhcp-packet.c
dhcp-protocol.h
dhcp-server-internal.h
dhcp6-internal.h dhcp6: constify things where we can 2018-10-25 11:23:19 +02:00
dhcp6-lease-internal.h
dhcp6-network.c tree-wide: introduce setsockopt_int() helper and make use of it everywhere 2018-10-18 19:50:29 +02:00
dhcp6-option.c dhcp6: prefer offsetof() over sizeof() for structs with undefined sizes 2018-10-25 11:23:19 +02:00
dhcp6-protocol.h
icmp6-util.c tree-wide: use setsockopt_int() more 2018-10-19 05:52:42 +09:00
icmp6-util.h
lldp-internal.h
lldp-neighbor.c
lldp-neighbor.h
lldp-network.c
lldp-network.h
meson.build
ndisc-internal.h
ndisc-router.c
ndisc-router.h
network-internal.c
network-internal.h
radv-internal.h
sd-dhcp-client.c sd-dhcp: remove unreachable route after rebinding return NAK 2018-10-19 22:59:20 +02:00
sd-dhcp-lease.c
sd-dhcp-server.c
sd-dhcp6-client.c sd-dhcp6: coding style cleanups 2018-10-19 06:11:58 +09:00
sd-dhcp6-lease.c sd-dhcp6: do not update serverid when ENOMEM 2018-10-19 06:11:58 +09:00
sd-ipv4acd.c
sd-ipv4ll.c
sd-lldp.c
sd-ndisc.c sd-ndisc: change return value of ndisc_reset() to void 2018-10-13 12:37:13 +02:00
sd-radv.c sd-radv: EAGAIN is not really unexpected, distinguishit from other errors when logging 2018-10-02 16:26:50 +02:00
test-acd.c
test-dhcp-client.c
test-dhcp-option.c
test-dhcp-server.c
test-dhcp6-client.c test-dhcp6-client: normalize logs 2018-10-19 06:11:58 +09:00
test-ipv4ll-manual.c
test-ipv4ll.c
test-lldp.c
test-ndisc-ra.c tree-wide: replace 'unsigned int' with 'unsigned' 2018-10-19 22:19:12 +02:00
test-ndisc-rs.c
test-sd-dhcp-lease.c