Differences between version 4 and previous revision of getsockname(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Thursday, December 23, 2004 8:13:47 pm | by NickJohnson | Revert |
Older page: | version 3 | Last edited on Thursday, December 23, 2004 8:13:23 pm | by NickJohnson | Revert |
@@ -22,8 +22,8 @@
!!NOTE
The third argument of getsockname(2) is in reality an `int *' (and this is what BSD 4.* and libc4 and libc5 have). Some POSIX confusion resulted in the present socklen_t. The draft standard has not been adopted yet, but glibc2 already follows it and also has socklen_t. See also accept(2).
-[NickJohnson] If getsockname is called on an unbound inet socket, ((struct sockaddr_in *)name)->sin_family will be AF_INET, and ((struct sockaddr_in *)name)->sin_addr.s_addr will be INADDR_ANY.
+[NickJohnson] adds:
If getsockname is called on an unbound inet socket, ((struct sockaddr_in *)name)->sin_family will be AF_INET, and ((struct sockaddr_in *)name)->sin_addr.s_addr will be INADDR_ANY.
!!SEE ALSO
bind(2), socket(2)