Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_SOCKET_GETSOCKNAME(3)	    libmongoc	    MONGOC_SOCKET_GETSOCKNAME(3)

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

PARAMETERS
     * sock: A mongoc_socket_t.

     * addr: A struct sockaddr.

     * addrlen: A mongoc_socklen_t.

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

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	    MONGOC_SOCKET_GETSOCKNAME(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_socket_getsockname&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help