Binds pcb to a local IP address and port number. The
IP address can be specified as IP_ADDR_ANY in order to
bind the connection to all local IP addresses.
Return value
If another connection is bound to the same port, the function will return
ERR_USE, otherwise ERR_OK is
returned.