mongoc_socket_getsockname - Man Page

Synopsis

int
mongoc_socket_getsockname (mongoc_socket_t *sock,
                           struct sockaddr *addr,
                           mongoc_socklen_t *addrlen);

Parameters

Description

Retrieves the socket name for sock. The result is stored in addr. addrlen should be the size of the addr when calling this.

Returns

0 if successful, otherwise -1 and errno is set.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libmongoc