"Destination address required": this is a natural errno for a system call, such as sendto or friends, which allows for data transmission connectionless sockets and protocols. Specifically, it refers to a destination sockaddr not being specifically bound (as with connect) to such a socket, as well as a NULL sockaddr being passed in when, otherwise, a valid address would have been necessary to be used for transmission the duration of the call.