HomeSort by relevance Sort by last modified time
    Searched full:tcp_bind (Results 1 - 6 of 6) 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/include/lwip/
tcp.h 340 err_t tcp_bind (struct tcp_pcb *pcb, ip_addr_t *ipaddr,
  /external/syslinux/core/lwip/doc/
rawapi.txt 110 - err_t tcp_bind(struct tcp_pcb *pcb, struct ip_addr *ipaddr,
125 to a local port with the tcp_bind() function.
  /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...]
  /external/syslinux/core/lwip/
CHANGELOG 289 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind
    [all...]
  /external/syslinux/core/lwip/src/api/
api_msg.c 906 msg->err = tcp_bind(msg->conn->pcb.tcp, msg->msg.bc.ipaddr, msg->msg.bc.port);
    [all...]

Completed in 4579 milliseconds