Revision 31a60e22 slirp/ip.h

b/slirp/ip.h
272 272
	int8_t	ipopt_list[MAX_IPOPTLEN];	/* options proper */
273 273
};
274 274

  
275
#ifdef LOG_ENABLED
275 276
/*
276 277
 * Structure attached to inpcb.ip_moptions and
277 278
 * passed to ip_output when IP multicast options are in use.
......
306 307
};
307 308

  
308 309
extern struct	ipstat	ipstat;
310
#endif
311

  
309 312
extern struct	ipq	ipq;			/* ip reass. queue */
310 313
extern u_int16_t	ip_id;				/* ip packet ctr, for ids */
314

  
311 315
extern int	ip_defttl;			/* default IP ttl */
312 316

  
313 317
#endif

Also available in: Unified diff