Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/include/
A Delf32.h199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
A Delf64.h206 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dnet_sockets.c264 if( bind( ctx->fd, cur->ai_addr, MSVC_INT_CAST cur->ai_addrlen ) != 0 ) in mbedtls_net_bind()
424 if( bind( bind_ctx->fd, (struct sockaddr *) &local_addr, n ) != 0 ) in mbedtls_net_accept()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,

Completed in 6 milliseconds