haiku/headers/private/net
Axel Dörfler 15ab0bcf01 * int32_t, uint32_t are now of type "int", and no longer of type "long".
This should help to reduce the number of warnings imported code will throw
  during compilation (helps a lot with tcpdump, for example).
* Since long is 64 bit on 64 bit platforms, we might want to think about doing
  that change for the Haiku types int32 and uint32 as well.
* Fixed several occurences of hidden type problems.
* Fixed build of the stack and TCP under BeOS.
* Fixed incorrect typedef in socket_interface.h.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22643 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-21 20:10:43 +00:00
..
AddressUtilities.h added 'udp_endpoints' debugger command. 2007-04-29 19:03:06 +00:00
NetBufferUtilities.h introduced a new helper class DatagramSocket which provides a consistent base interface and functionality for the implementation of datagram-based sockets. 2007-04-13 00:55:32 +00:00
NetUtilities.h net_buffer: preparing for better metadata management 2007-05-23 03:48:23 +00:00
ProtocolUtilities.h * int32_t, uint32_t are now of type "int", and no longer of type "long". 2007-10-21 20:10:43 +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 * Changed ETHER_GET_LINK_STATE ethernet driver interface, added ETHER_SET_LINK_STATE_SEM. 2007-04-04 09:41:04 +00:00
ethernet.h * Completed the previous commit and merger of the team/network/new_stack branch. 2006-08-08 13:07:07 +00:00
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 'udp_endpoints' debugger command. 2007-04-29 19:03:06 +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 partially rewrote TCP's endpoint manager. Fixes #1173 2007-04-25 16:14:14 +00:00
net_routing_info.h * Completed the previous commit and merger of the team/network/new_stack branch. 2006-08-08 13:07:07 +00:00
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 * 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_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 The R5 compatibility is now turned off when the socket functions are used 2006-12-05 03:03:15 +00:00
userland_ipc.h * Completed the previous commit and merger of the team/network/new_stack branch. 2006-08-08 13:07:07 +00:00