~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to slirp/ip.h

  • Committer: pbrook
  • Date: 2006-10-22 00:18:54 UTC
  • Revision ID: git-v1:e6e5906b6e0a81718066ca43aef57515026c6624
ColdFire target.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        int8_t  ipopt_list[MAX_IPOPTLEN];       /* options proper */
273
273
};
274
274
 
275
 
#ifdef LOG_ENABLED
276
275
/*
277
276
 * Structure attached to inpcb.ip_moptions and
278
277
 * passed to ip_output when IP multicast options are in use.
307
306
};
308
307
 
309
308
extern struct   ipstat  ipstat;
310
 
#endif
311
 
 
312
309
extern struct   ipq     ipq;                    /* ip reass. queue */
313
310
extern u_int16_t        ip_id;                          /* ip packet ctr, for ids */
 
311
extern int      ip_defttl;                      /* default IP ttl */
314
312
 
315
313
#endif