Assigns the wildcard "any" local address and optionally a port to this socket and memorises address and port. This socket needs to have been created by socket().
local port or 0 to use the wildcard "any" port
0 on success or -1 on failure. On failure errno is set appropriately.
See Implementation
Assigns the wildcard "any" local address and optionally a port to this socket and memorises address and port. This socket needs to have been created by socket().