haiku/headers/private/net
2007-04-20 04:40:53 +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 Added function to append cloned data from another buffer (to be used by TCP). 2006-11-25 14:30:54 +00:00
net_datalink_protocol.h * Completed the previous commit and merger of the team/network/new_stack branch. 2006-08-08 13:07:07 +00:00
net_datalink.h introduced datalink's send_datagram to perform route and source address selection and dispatch the datagram to appropriate domain/protocol. 2007-04-15 22:11:12 +00:00
net_device.h * Changed ETHER_GET_LINK_STATE ethernet driver interface, added ETHER_SET_LINK_STATE_SEM. 2007-04-04 09:41:04 +00:00
net_protocol.h some internal reorganization of getsockopt()/setsockopt() handling. TCP is now able to fully use the application requested sender/receiver buffer sizes for improved performance. 2007-04-20 01:58: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 some internal reorganization of getsockopt()/setsockopt() handling. TCP is now able to fully use the application requested sender/receiver buffer sizes for improved performance. 2007-04-20 01:58:14 +00:00
net_stack_driver.h consolidate all RECV/SEND ioctls into a single RECEIVE/SEND pair 2007-04-05 14:26:46 +00:00
net_stack.h retrieve the incoming interface on the domain_receive_adapter(). This should fix potential issues with packets addressed to the IP broadcast address, such as in with some DHCP implementations. 2007-04-20 04:40:53 +00:00
net_stat.h * Implemented a basic infrastructure for a netstat command. 2006-12-19 02:06:07 +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 introduced Checksum::PseudoHeader helper. 2007-04-15 23:18:15 +00:00
ProtocolUtilities.h merged a bit more of functionality into DatagramSocket so we don't require a custom ReadData in the link protocol. 2007-04-20 02:13:54 +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