Home
last modified time | relevance | path

Searched refs:netconn_bind (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dapi.h221 err_t netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port);
/external/syslinux/core/fs/pxe/
Dcore.c35 err = netconn_bind(priv->conn, NULL, 0); in core_udp_open()
/external/syslinux/core/lwip/src/api/
Dapi_lib.c166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind() function
Dsockets.c427 err = netconn_bind(sock->conn, &local_addr, ntohs(local_port)); in lwip_bind()