aboutgitcodebugslistschat
path: root/ip.c
Commit message (Collapse)AuthorAgeFilesLines
* util: move IP stuff from util.[ch] to ip.[ch]Laurent Vivier2024-03-061-0/+72
Introduce ip.[ch] file to encapsulate IP protocol handling functions and structures. Modify various files to include the new header ip.h when it's needed. Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-ID: <20240303135114.1023026-5-lvivier@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>