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

/external/syslinux/core/lwip/src/core/
H A Dudp.c381 udp_send(struct udp_pcb *pcb, struct pbuf *p) function
388 /** Same as udp_send() but with checksum
413 * @return lwIP error code (@see udp_send for possible error codes)
415 * @see udp_disconnect() udp_send()
433 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send\n"));
444 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("udp_send: No route to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
471 * @return lwIP error code (@see udp_send for possible error codes)
473 * @see udp_disconnect() udp_send()
506 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send: not yet bound to a port, binding now\n"));
509 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("udp_send
[all...]

Completed in 256 milliseconds