Searched refs:bind (Results 1 – 4 of 4) sorted by relevance
199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
206 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
264 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()
46 separable from, or merely link (or bind by name) to the interfaces of,
Completed in 6 milliseconds