haiku/headers/private/net
Augustin Cavalier 41faeb1df9 net_interface & datalink: Fix MTU handling.
The device is what actually controls the MTU, and it has its own
field for this, so having a second one just meant the MTU never
got updated after startup.

Remove the "mtu" field from the interface, use the "device->mtu" directly,
and then actually invoke device->module->set_mtu when updating.
2022-05-27 16:36:12 -04:00
..
AddressUtilities.h
arp_control.h
dns_resolver.h nfs4: Fix gcc4 warnings 2012-08-16 03:41:29 +02:00
DynamicBuffer.h DynamicBuffer::Write(): Fix return type and semantics 2014-07-03 17:39:58 +02: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
net_buffer.h Fixed up network stack and drivers for x86_64. 2012-08-10 14:30:54 +01:00
net_datalink_protocol.h
net_datalink.h net_interface & datalink: Fix MTU handling. 2022-05-27 16:36:12 -04:00
net_device.h
net_notifications.h Fix the build, which was broken in r39147. 2010-10-26 10:24:17 +00:00
net_protocol.h
net_routing_info.h
net_socket.h net_socket: control op should be uint32. 2017-12-03 13:57:26 -05:00
net_stack_interface.h
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_stat.h
net_tun.h network/tun: Style fixes; no functional change 2019-04-17 19:24:19 +00:00
NetBufferUtilities.h
NetServer.h net_server: Clients can now check if a service is running. 2015-03-27 13:23:01 +01:00
NetUtilities.h
ProtocolUtilities.h Skip timeout computation in is_syscall_restarted case. 2013-05-04 11:27:04 +02:00
r5_compatibility.h Change all references to "__INTEL__" to "__i386__". 2019-03-30 16:54:01 -04:00
SocketMessenger.h BSocketMessenger: Further improvements. 2016-05-14 21:31:24 -04:00
userland_ipc.h
WPASupplicant.h * The net_server now tries to join the network via wpa_supplicant, if available. 2010-12-14 20:22:18 +00:00