This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
33c487a43ef76dc033ad943df4d5bdbbe9298d83
haiku-beta6
/
headers
/
private
/
net
T
History
Hugo Santos
6a60618094
glued the multicast filter handling to the receive path: we are now capable of receiving multicast frames in datagram sockets.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20695 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-04-15 07:31:04 +00:00
..
arp_control.h
…
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
…
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
…
net_datalink.h
support RFC 3678's Protocol-Independent setsockopt()s for IPv4 multicast.
2007-04-15 03:07:28 +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
glued the multicast filter handling to the receive path: we are now capable of receiving multicast frames in datagram sockets.
2007-04-15 07:31:04 +00:00
net_routing_info.h
…
net_socket.h
Fixed some more TCP issues.
2007-04-10 05:28:56 +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
use module_dependencies to load the required modules by udp, tcp, ipv4, icmp and arp.
2007-04-13 14:37:48 +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
…
ProtocolUtilities.h
respect SO_BROADCAST for received and sent datagrams.
2007-04-13 21:33:13 +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
…