Revision e6d43cfb slirp/ip_icmp.h

b/slirp/ip_icmp.h
153 153
	(type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
154 154
	(type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
155 155

  
156
void icmp_init(Slirp *slirp);
156 157
void icmp_input(struct mbuf *, int);
157 158
void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
158 159
                const char *message);
159 160
void icmp_reflect(struct mbuf *);
161
void icmp_receive(struct socket *so);
162
void icmp_detach(struct socket *so);
160 163

  
161 164
#endif

Also available in: Unified diff