Robert Watson 54d642bbe5 Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr
protocol entry points using functions named proto_getsockaddr and
proto_getpeeraddr rather than proto_setsockaddr and proto_setpeeraddr.
While it's true that sockaddrs are allocated and set, the net effect is
to retrieve (get) the socket address or peer address from a socket, not
set it, so align names to that intent.
2007-05-11 10:20:51 +00:00
..
2007-02-05 11:05:41 +00:00
2007-01-12 07:20:25 +00:00
2006-12-12 12:17:58 +00:00
2007-01-12 07:20:25 +00:00
2006-12-12 12:17:58 +00:00
2005-10-21 16:23:01 +00:00
2006-12-12 12:17:58 +00:00
2005-10-21 16:23:01 +00:00
2006-12-12 12:17:58 +00:00
2005-10-21 16:23:01 +00:00
2005-07-25 12:31:43 +00:00
2006-12-12 12:17:58 +00:00
2007-05-09 13:30:06 +00:00