Revision 4d5b97da slirp/ip_input.c

b/slirp/ip_input.c
213 213
	return;
214 214
bad:
215 215
	m_free(m);
216
	return;
217 216
}
218 217

  
219 218
#define iptofrag(P) ((struct ipasfrag *)(((char*)(P)) - sizeof(struct qlink)))

Also available in: Unified diff