Searched refs:bind (Results 1 – 11 of 11) sorted by relevance
| /lib/lwip/lwip/src/core/ |
| A D | altcp.c | 305 if (conn && conn->fns && conn->fns->bind) { in altcp_bind() 306 return conn->fns->bind(conn, ipaddr, port); in altcp_bind()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | net_sockets.c | 245 if (bind(ctx->fd, cur->ai_addr, MSVC_INT_CAST cur->ai_addrlen) != 0) { in mbedtls_net_bind() 394 if (bind(bind_ctx->fd, (struct sockaddr *) &local_addr, n) != 0) { in mbedtls_net_accept()
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | altcp_priv.h | 100 altcp_bind_fn bind; member
|
| /lib/efi_driver/ |
| A D | efi_block_device.c | 268 .bind = efi_bl_bind,
|
| A D | efi_uclass.c | 150 ret = bp->ops->bind(bp, controller_handle, interface); in efi_uc_start()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | sockets.h | 554 #define lwip_bind bind 635 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANATn3270eTC-MIB | 274 0 x'04' - bind req
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 69 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
|
| A D | CHANGELOG | 428 * Fix bug #50206: UDP Netconn bind to IP6_ADDR_ANY fails 638 * netif.c, udp.h/.c: fixed bug #40753 (re-bind UDP pcbs on change of IP address) 1874 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind 3442 port (only solution to let UDP pcbs 'bind' to a netif instead of an IP address) 3902 * sockets.c: Add asserts inside bind, connect and sendto to check input
|
| /lib/mbedtls/external/mbedtls/ |
| A D | LICENSE | 53 separable from, or merely link (or bind by name) to the interfaces of,
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | IP-MIB | 2553 the ipAddressSpinLock be the first var bind for each set of 3263 bind for each set of objects representing a 'row' in a PDU."
|
Completed in 30 milliseconds