]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-ndisc: make ndisc_send() and icmp6_send() take struct in6_addr 32266/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 14 Apr 2024 05:46:48 +0000 (14:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 14 Apr 2024 21:23:11 +0000 (06:23 +0900)
commitac336e754e93e59bc3bc0316ba65ec270db7e254
tree1157df9c37d5ec78652c8cbb971602a554d28315
parent2c28eb0266ac750d744487c370657fc3d4ec8e6a
sd-ndisc: make ndisc_send() and icmp6_send() take struct in6_addr

No functional change, just refactoring.
src/libsystemd-network/fuzz-ndisc-rs.c
src/libsystemd-network/icmp6-util-unix.c
src/libsystemd-network/icmp6-util.c
src/libsystemd-network/icmp6-util.h
src/libsystemd-network/ndisc-option.c
src/libsystemd-network/ndisc-option.h
src/libsystemd-network/sd-ndisc.c
src/libsystemd-network/test-ndisc-send.c