274 |
|
return; /* Nothing to do */ |
275 |
|
|
276 |
|
again: |
277 |
< |
/* check if we can really output */ |
278 |
< |
if (!slirp_can_output()) |
279 |
< |
return; |
277 |
> |
/* check if we can really output */ |
278 |
> |
if (!slirp_can_output()) |
279 |
> |
return; |
280 |
|
|
281 |
|
/* |
282 |
|
* See which queue to get next packet from |
313 |
|
} |
314 |
|
|
315 |
|
/* Encapsulate the packet for sending */ |
316 |
< |
if_encap(ifm->m_data, ifm->m_len); |
316 |
> |
if_encap((uint8_t*)ifm->m_data, ifm->m_len); |
317 |
|
|
318 |
< |
m_free(ifm); |
318 |
> |
m_free(ifm); |
319 |
|
|
320 |
|
if (if_queued) |
321 |
|
goto again; |