Searched refs:udp_send (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dudp.h90 err_t udp_send (struct udp_pcb *pcb, struct pbuf *p);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dudp.h167 err_t udp_send (struct udp_pcb *pcb, struct pbuf *p);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h297 #define udp_send lwip_udp_send macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h221 #define udp_send lwip_udp_send macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c257 * @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...]
H A Ddhcp.c254 udp_send(dhcp->pcb, dhcp->p_out);
617 udp_send(dhcp->pcb, dhcp->p_out);
863 udp_send(dhcp->pcb, dhcp->p_out);
964 udp_send(dhcp->pcb, dhcp->p_out);
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c408 udp_send(xfer->pcb, pbuf);
902 udp_send(xfer->pcb, q);
H A Dfwudp.c432 udp_send(pcb, dgram.p);
H A Dpxudp.c825 error = udp_send(pxudp->pcb, p);
827 DPRINTF(("%s: udp_send(pcb %p) err %d\n",
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_out.c182 err = udp_send(m_stat->pcb, p);
278 udp_send(trap_msg.pcb, p);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c669 udp_send(msg->conn->pcb.udp, msg->msg.p);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_out.c171 err = udp_send(m_stat->pcb, p);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c739 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-new/src/api/
H A Dapi_msg.c1173 msg->err = udp_send(msg->conn->pcb.udp, msg->msg.b->p);

Completed in 72 milliseconds