CNDP
22.08.0
|
#include <net/cne_ip.h>
#include <cne_inet.h>
#include <cnet_protosw.h>
#include <endian.h>
#include <netinet/in.h>
#include <stdint.h>
#include <stdio.h>
#include "cne_common.h"
#include "cnet_const.h"
Go to the source code of this file.
Functions | |
CNDP_API int | cnet_ipv4_stats_dump (struct stk_s *stk) |
Dump the IPv4 statistics. More... | |
CNDP_API void | cnet_ipv4_dump (const char *msg, struct cne_ipv4_hdr *ip) |
Dump information about IPv4 header. More... | |
CNET IPv4 routines.
Definition in file cnet_ipv4.h.
CNDP_API int cnet_ipv4_stats_dump | ( | struct stk_s * | stk | ) |
Dump the IPv4 statistics.
stk | The stack instance pointer to dump from. |
CNDP_API void cnet_ipv4_dump | ( | const char * | msg, |
struct cne_ipv4_hdr * | ip | ||
) |
Dump information about IPv4 header.
msg | User supplied message |
ip | The IPv4 header pointer |