haiku/headers/private/net
Michael Lotz 4cde5cc228 * Fix binding to link level sockets. The bound type was constructed using the
sdl_e_type in network byte order, causing such a socket not to receive
  anything.
  When working around that by not using htons() on bind, sending would then fail
  on such a socket because the byte order is actually required to be swapped
  there.
* Extend the comment for the B_NET_FRAME_TYPE macro to document that the input
  types are supposed to be in host byte order to avoid future confusion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42357 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-07-01 20:26:37 +00:00
..
AddressUtilities.h * Cleanup, no functional change. 2010-08-26 08:42:58 +00:00
DynamicBuffer.h - Now NetBuffer and DynamicBuffer agree and the smallest buffer size posible. 2009-01-24 23:42:43 +00:00
HttpTime.h Patch done by Christophe Huriaux as part of GSoC 2010 "Services Kit" project: 2010-10-27 14:03:31 +00:00
NetBufferUtilities.h * Cleanup. 2010-07-21 11:23:42 +00:00
NetServer.h * Moved the shared part of NetServer.h into a new private header. 2010-11-23 21:44:37 +00:00
NetUtilities.h * Cleanup, no functional change. 2010-08-03 11:18:52 +00:00
ProtocolUtilities.h * Renamed net_datalink_module::send_data() to send_routed_data(), and 2010-08-03 12:00:06 +00:00
WPASupplicant.h * The net_server now tries to join the network via wpa_supplicant, if available. 2010-12-14 20:22:18 +00:00
arp_control.h
bosii_driver.h * Made bosii header self contained. 2010-11-10 21:54:47 +00:00
ether_driver.h Switch link speed unit to bit/s to support low bitrate speed too 2010-11-23 13:35:30 +00:00
ethernet.h * Introduced a datalink layer (2) independent way of specifying the packet 2010-08-03 11:23:03 +00:00
net_buffer.h * Added a soon to be used index field. 2010-08-27 10:48:59 +00:00
net_datalink.h * Renamed the proprietary SIOC_* ioctls to B_SOCKET_* - no reason to pollute 2010-08-03 15:51:54 +00:00
net_datalink_protocol.h * Reworked the complete stack to allow more than one address per network 2010-07-28 17:38:23 +00:00
net_device.h * Introduced a datalink layer (2) independent way of specifying the packet 2010-08-03 11:23:03 +00:00
net_notifications.h Fix the build, which was broken in r39147. 2010-10-26 10:24:17 +00:00
net_protocol.h * Finished groundwork on ICMP by introducing a completely protocol agnostic 2010-08-04 10:35:40 +00:00
net_routing_info.h
net_socket.h * Made an uint32 out of net_socket::bound_to_device. 2010-08-27 10:56:41 +00:00
net_stack.h * Fix binding to link level sockets. The bound type was constructed using the 2011-07-01 20:26:37 +00:00
net_stack_interface.h
net_stat.h
r5_compatibility.h
userland_ipc.h