mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-28 20:41:52 -06:00
slirp: removed unused code
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
c416d7f917
commit
676e268003
1 changed files with 0 additions and 13 deletions
13
slirp/ip.h
13
slirp/ip.h
|
@ -233,17 +233,4 @@ struct ipasfrag {
|
||||||
#define ipf_next ipf_link.next
|
#define ipf_next ipf_link.next
|
||||||
#define ipf_prev ipf_link.prev
|
#define ipf_prev ipf_link.prev
|
||||||
|
|
||||||
/*
|
|
||||||
* 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
|
|
||||||
|
|
||||||
struct ipoption {
|
|
||||||
struct in_addr ipopt_dst; /* first-hop dst if source routed */
|
|
||||||
int8_t ipopt_list[MAX_IPOPTLEN]; /* options proper */
|
|
||||||
} QEMU_PACKED;
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue