mongoc_socket_getsockname
mongoc_socket_getsockname()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_socket_getsockname()
int
mongoc_socket_getsockname (mongoc_socket_t *sock,
struct sockaddr *addr,
mongoc_socklen_t *addrlen);
Retrieves the socket name for sock. The result is stored in addr. addrlen should be the size of the addr when calling this.
0 if successful, otherwise -1 and errno is set.
MongoDB, Inc
2017-present, MongoDB, Inc