HomeSort by relevance Sort by last modified time
    Searched defs:udp_bind (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
udp.c 507 err = udp_bind(pcb, &pcb->local_ip, pcb->local_port);
701 udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) function
706 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_bind(ipaddr = "));
738 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port));
769 LWIP_DEBUGF(UDP_DEBUG, ("udp_bind: out of free UDP ports\n"));
782 ("udp_bind: bound to %"U16_F".%"U16_F".%"U16_F".%"U16_F", port %"U16_F"\n",
811 err_t err = udp_bind(pcb, &pcb->local_ip, pcb->local_port);
    [all...]
  /external/syslinux/gpxe/src/net/
udp.c 58 static int udp_bind ( struct udp_connection *udp ) { function
69 if ( udp_bind ( udp ) == 0 )
121 if ( ( rc = udp_bind ( udp ) ) != 0 )

Completed in 217 milliseconds