On Wed, Sep 19, 2007 at 09:49:09AM -0700, Ulrich Drepper wrote:
Ok "standard" was perhaps a poor choice of words.
AF_UNSPEC used to be introduced long ago by Alan based on some early
POSIX draft iirc.
Also incidentially it's a null address:
include/linux/socket.h:#define AF_UNSPEC 0
memset(&sockaddr, 0, sizeof(sockaddr)) should give you AF_UNSPEC
-Andi
-