mirror of
https://passt.top/passt
synced 2025-08-13 18:43:12 +02:00
util: move IP stuff from util.[ch] to ip.[ch]
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>
This commit is contained in:
parent
e289d287c6
commit
324bd46782
17 changed files with 175 additions and 136 deletions
|
@ -49,6 +49,7 @@
|
|||
#include <sys/socket.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "ip.h"
|
||||
#include "passt.h"
|
||||
#include "log.h"
|
||||
#include "tcp_splice.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue