libnet-macros.h File Reference

libnet macros and symbolic constants More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBNET_DONT_RESOLVE   0
 
#define LIBNET_RESOLVE   1
 
#define LIBNET_ON   0
 
#define LIBNET_OFF   1
 
#define IN6ADDR_ERROR_INIT
 
#define LIBNET_PR2   0
 
#define LIBNET_MAX_PACKET   0xffff
 
#define LIBNET_ERRBUF_SIZE   0x100
 
#define LIBNET_MAXOPTION_SIZE   0x28
 
#define for_each_context_in_cq(l)
 

Detailed Description

libnet macros and symbolic constants

Macro Definition Documentation

◆ for_each_context_in_cq

#define for_each_context_in_cq ( l)
Value:
LIBNET_API libnet_t * libnet_cq_head(void)
LIBNET_API int libnet_cq_last(void)
LIBNET_API libnet_t * libnet_cq_next(void)

Provides an interface to iterate through the context queue of libnet contexts. Before calling this macro, be sure to set the queue using libnet_cq_head().

◆ IN6ADDR_ERROR_INIT

#define IN6ADDR_ERROR_INIT
Value:
{ { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
0xff, 0xff } } }

IPv6 error code

◆ LIBNET_DONT_RESOLVE

#define LIBNET_DONT_RESOLVE   0

Used for libnet's name resolution functions, specifies that no DNS lookups should be performed and the IP address should be kept in numeric form.

◆ LIBNET_ERRBUF_SIZE

#define LIBNET_ERRBUF_SIZE   0x100

The libnet error buffer is 256 bytes long.

◆ LIBNET_MAX_PACKET

#define LIBNET_MAX_PACKET   0xffff

The biggest an IP packet can be – 65,535 bytes.

◆ LIBNET_MAXOPTION_SIZE

#define LIBNET_MAXOPTION_SIZE   0x28

IP and TCP options can be up to 40 bytes long.

◆ LIBNET_OFF

#define LIBNET_OFF   1

Used several places, to specify "on" or "one"

◆ LIBNET_ON

#define LIBNET_ON   0

Used several places, to specify "on" or "one"

◆ LIBNET_PR2

#define LIBNET_PR2   0

Used for libnet_get_prand() to specify function disposition

◆ LIBNET_RESOLVE

#define LIBNET_RESOLVE   1

Used for libnet's name resolution functions, specifies that a DNS lookup can be performed if needed to resolve the IP address to a canonical form.


Documentation for libnet (version 1.3).
Generated on Sat Jul 5 2025 by Doxygen 1.13.2.