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
a19a660a78afa845a9d54d5b2edd135257334658
haiku-beta6
/
headers
/
private
/
net
T
History
Axel Dörfler
8c40c83fa1
Renamed net_device::{add|rem}_multi() to {add|remove}_multicast for consistency and clarity.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21008 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-05-04 06:57:26 +00:00
..
AddressUtilities.h
added 'udp_endpoints' debugger command.
2007-04-29 19:03:06 +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_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_datalink.h
added 'udp_endpoints' debugger command.
2007-04-29 19:03:06 +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
…
net_socket.h
some getsockopt/setsockopt and multicast fixes.
2007-04-30 19:42:12 +00:00
net_stack_driver.h
…
net_stack.h
freebsd compat. layer: added mii placeholders, callout implementation.
2007-05-03 21:18:21 +00:00
net_stat.h
added Recv-Q/Send-Q output to netstat.
2007-04-25 17:41:18 +00:00
NetBufferUtilities.h
…
NetUtilities.h
miniature cleanups.
2007-04-28 09:37:26 +00:00
ProtocolUtilities.h
added new helper ProtocolSocket. Moved some stuff together to achieve better inlining.
2007-04-27 07:09:46 +00:00
r5_compatibility.h
…
userland_ipc.h
…