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
..
2005-12-25 14:03:38 +00:00
2005-08-31 13:58:28 +00:00
2007-03-13 21:59:20 +00:00
2006-01-31 15:56:47 +00:00
2007-02-14 13:39:01 +00:00
2006-07-29 08:24:12 +00:00
2007-02-12 12:52:54 +00:00
2006-07-29 08:24:12 +00:00
2006-01-27 21:50:11 +00:00
2007-03-04 12:39:43 +00:00
2007-03-08 13:19:03 +00:00
2005-10-09 03:17:41 +00:00
2006-02-16 01:06:22 +00:00
2007-03-05 10:21:52 +00:00
2007-03-13 22:12:23 +00:00