bms d013c6882d MFC rev 1.203:
Fix IP_SENDSRCADDR semantics.

   * To use this option with a UDP socket, it must be bound to a local port,
     and INADDR_ANY, to disallow possible collisions with existing udp inpcbs
     bound to the same port on other interfaces at send time.

   * If the socket is bound to INADDR_ANY, specifying IP_SENDSRCADDR with
     INADDR_ANY will be rejected as it is ambiguous.

   * If the socket is bound to an address other than INADDR_ANY, specifying
     IP_SENDSRCADDR with INADDR_ANY will be disallowed by in_pcbbind_setup().

Reviewed by:	silence on -net
Tested with:	src/tools/regression/netinet/ipbroadcast
2007-03-13 22:12:23 +00:00
..
2006-11-27 00:33:15 +00:00
2007-03-10 00:16:52 +00:00
2007-03-06 18:28:28 +00:00
2007-03-08 05:30:26 +00:00
2006-03-13 03:04:00 +00:00
2007-03-10 00:19:24 +00:00
2007-01-27 07:07:32 +00:00
2007-03-08 03:01:00 +00:00
2005-03-28 18:31:18 +00:00
2007-02-27 12:15:51 +00:00
2006-10-09 18:41:37 +00:00
2006-11-22 17:18:05 +00:00
2007-03-08 13:15:27 +00:00
2007-03-13 22:12:23 +00:00
2007-02-14 13:35:11 +00:00
2006-09-04 15:17:50 +00:00
2006-01-27 21:50:11 +00:00
2006-08-11 19:41:51 +00:00
2006-08-11 19:41:51 +00:00
2005-10-09 03:21:56 +00:00
2007-02-11 03:07:46 +00:00
MFC
2007-03-09 13:54:26 +00:00
2007-01-28 05:44:56 +00:00
2006-08-03 12:50:21 +00:00
2007-02-02 04:25:01 +00:00
2006-01-27 18:22:11 +00:00
2007-03-11 00:56:17 +00:00
2006-11-17 00:32:53 +00:00