Searched defs:udp_send (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | udp.c | 257 * @see udp_disconnect() udp_send() 274 err = udp_send(pcb, p); 295 udp_send(struct udp_pcb *pcb, struct pbuf *p) function 303 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("udp_send\n")); 307 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 2, ("udp_send: not yet bound to a port, binding now\n")); 310 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 2, ("udp_send: forced port bind failed\n")); 318 LWIP_DEBUGF(UDP_DEBUG | 1, ("udp_send: No route to 0x%"X32_F"\n", pcb->remote_ip.addr)); 329 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 2, ("udp_send: could not allocate header\n")); 336 ("udp_send: added header pbuf %p before given pbuf %p\n", (void *)q, (void *)p)); 341 LWIP_DEBUGF(UDP_DEBUG, ("udp_send [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | udp.c | 739 udp_send(struct udp_pcb *pcb, struct pbuf *p) function 746 /** Same as udp_send() but with checksum 771 * @return lwIP error code (@see udp_send for possible error codes) 773 * @see udp_disconnect() udp_send() 792 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send\n")); 815 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("udp_send: No route to ")); 843 * @return lwIP error code (@see udp_send for possible error codes) 845 * @see udp_disconnect() udp_send() 883 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send: not yet bound to a port, binding now\n")); 886 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("udp_send [all...] |
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 297 #define udp_send lwip_udp_send macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 221 #define udp_send lwip_udp_send macro
|
Completed in 50 milliseconds