Look in include/linux/socket.h. Start at the definition of AF_UNSPEC,
around line 144.
For example, if (like me) you accidentally failed to include "Unix domain
sockets" when building the kernel, and as a result get lots of modprobe
errors trying to find net-pf-1, you can see from the file that pf ("protocol
family", I guess) 1 is AF_UNIX, with a helpful comment.
Yet another example where having the source saves reading a lot of
documentation!
---------------------------------------------------------------
|\ | o _ |/ Life's like a jigsaw
| \| | |_ |\ You get the straight bits
But there's something missing in the middle
Nick Brown, Strasbourg, France (Nick(dot)Brown(at)coe(dot)fr)
---------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/