VirtualBox

Ignore:
Timestamp:
Dec 5, 2008 12:36:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40414
Message:

ICMP: support storaging and searching of sent packet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp_state.h

    r14684 r15035  
    2121#ifndef _slirp_state_h_
    2222#define _slirp_state_h_
     23#ifdef VBOX_WITH_SLIRP_ICMP
     24#include "ip_icmp.h"
     25#endif
    2326
    2427/** Number of DHCP clients supported by NAT. */
     
    129132    struct socket udb;
    130133    struct socket *udp_last_so;
     134#ifdef VBOX_WITH_SLIRP_ICMP
     135    struct socket icmp_socket;
     136    struct icmp_storage icmp_msg_head;
     137#endif
    131138#if defined(VBOX_WITH_SIMPLIFIED_SLIRP_SYNC) && defined(RT_OS_WINDOWS)
    132139# define VBOX_SOCKET_EVENT (pData->phEvents[VBOX_SOCKET_EVENT_INDEX])
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette