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

  
 
  

home | help
MONGOC_SOCKET_BIND(3)		    libmongoc		   MONGOC_SOCKET_BIND(3)

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

PARAMETERS
     * sock: A mongoc_socket_t.

     * addr: A struct sockaddr.

     * addrlen: A mongoc_socklen_t.

DESCRIPTION
     This  function is a wrapper around the BSD socket bind() interface. It pro-
     vides better portability between UNIX-like and Microsoft Windows platforms.

RETURNS
     0 on success, -1 on failure and errno is set.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		   MONGOC_SOCKET_BIND(3)

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

home | help