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

  /external/syslinux/gpxe/src/net/
tcp.c 175 static int tcp_bind ( struct tcp_connection *tcp, unsigned int port ) { function
185 if ( tcp_bind ( tcp, htons ( try_port ) ) == 0 )
238 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 )
  /external/syslinux/core/lwip/src/core/
tcp.c 400 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) function
406 LWIP_ERROR("tcp_bind: can only bind in state CLOSED", pcb->state == CLOSED, return ERR_VAL);
450 LWIP_DEBUGF(TCP_DEBUG, ("tcp_bind: bind to port %"U16_F"\n", port));
    [all...]

Completed in 196 milliseconds