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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c308 err = udp_bind(pcb, &pcb->local_ip, pcb->local_port);
428 udp_bind(struct udp_pcb *pcb, struct ip_addr *ipaddr, u16_t port) function
433 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("udp_bind(ipaddr = "));
462 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port));
487 LWIP_DEBUGF(UDP_DEBUG, ("udp_bind: out of free UDP ports\n"));
500 ("udp_bind: bound to %"U16_F".%"U16_F".%"U16_F".%"U16_F", port %"U16_F"\n",
526 err_t err = udp_bind(pcb, &pcb->local_ip, pcb->local_port);
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dudp.c59 static int udp_bind ( struct udp_connection *udp ) { function
70 if ( udp_bind ( udp ) == 0 )
123 if ( ( rc = udp_bind ( udp ) ) != 0 )
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h288 #define udp_bind lwip_udp_bind macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h212 #define udp_bind lwip_udp_bind macro

Completed in 43 milliseconds