Searched refs:get_mtu (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/net/
H A Dnet_protocol.h92 size_t (*get_mtu)(net_protocol* self, const struct sockaddr* address); member in struct:net_protocol_module_info
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp264 return protocol->next->module->get_mtu(protocol->next, address);
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp198 return protocol->next->module->get_mtu(protocol->next, address);
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp410 return protocol->next->module->get_mtu(protocol->next, address);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp675 return protocol->next->module->get_mtu(protocol->next, address);
H A DTCPEndpoint.cpp2295 return next->module->get_mtu(next, address) - sizeof(tcp_header);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1290 return protocol->next->module->get_mtu(protocol->next, address);

Completed in 69 milliseconds