Declaration for MAX_IPOPTLEN from NetLib:netinet.h.ip_var
(#define)
/*
* Structure stored in mbuf in inpcb.ip_options
* and passed to ip_output when ip options are in use.
* The actual length of the options (including ipopt_dst)
* is in m_len.
*/
#define MAX_IPOPTLEN 40
(#define)
/*
* Maximum size of the IP options for a packet
*/
#define MAX_IPOPTLEN 40
Open original source file
See header files's help page
|
|
|