haiku/headers/private/net
Axel Dörfler b5a5aebc90 * Added a set_to_defaults() function to the address module: it can be used
to retrieve the default settings for the netmask/broadcast depending on the
  specified address/netmask.
* interface_protocol_control() now uses this to reset the broadcast/netmask
  to their default values on SIOCSIFADDR resp. the former only on
  SIOCSIFNETMASK.
* This fixes bug #1861.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24170 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-02-28 15:43:27 +00:00
..
AddressUtilities.h added 'udp_endpoints' debugger command. 2007-04-29 19:03:06 +00:00
NetBufferUtilities.h
NetUtilities.h net_buffer: preparing for better metadata management 2007-05-23 03:48:23 +00:00
ProtocolUtilities.h axeld + bonefish: 2008-02-17 16:25:07 +00:00
arp_control.h ARP now queues packets while resolving a destination instead of blocking on send_data(). This fixes several issues: 2007-04-15 21:00:12 +00:00
ether_driver.h
ethernet.h
net_buffer.h net_interface_private: added receive queue and splited device reading from packet processing. Delivering to self no longer is executed in the sender's context, which had some problems with TCP's locking. 2007-05-23 07:55:54 +00:00
net_datalink.h * Added a set_to_defaults() function to the address module: it can be used 2008-02-28 15:43:27 +00:00
net_datalink_protocol.h added join_multicast/leave_multicast to datalink protocols, preparing for full multicast support. 2007-05-01 11:38:39 +00:00
net_device.h Renamed net_device::{add|rem}_multi() to {add|remove}_multicast for consistency and clarity. 2007-05-04 06:57:26 +00:00
net_protocol.h * Added flags field in net_protocol_module_info; there is currently a single 2008-02-07 15:09:19 +00:00
net_routing_info.h
net_socket.h * int32_t, uint32_t are now of type "int", and no longer of type "long". 2007-10-21 20:10:43 +00:00
net_stack.h axeld + bonefish: 2008-02-17 16:25:07 +00:00
net_stack_driver.h fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown(). 2007-05-23 19:56:40 +00:00
net_stat.h added Recv-Q/Send-Q output to netstat. 2007-04-25 17:41:18 +00:00
r5_compatibility.h
userland_ipc.h