mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-11 18:45:01 +02:00
Ipv6 address type is "u_int8_t s6_addr[16]", so compare use memcmp. htonl is for ipv4, and return uint32_t. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>