Searched refs:send_data (Results 1 - 25 of 40) sorted by relevance

12

/haiku/headers/private/net/
H A Dnet_datalink_protocol.h26 status_t (*send_data)(net_datalink_protocol* self, net_buffer* buffer); member in struct:net_datalink_protocol_module_info
H A Dnet_device.h53 status_t (*send_data)(net_device* device, net_buffer* buffer); member in struct:net_device_module_info
H A Dnet_protocol.h82 status_t (*send_data)(net_protocol* self, net_buffer* buffer); member in struct:net_protocol_module_info
H A Dnet_socket.h61 status_t (*send_data)(net_socket* socket, net_buffer* buffer); member in struct:net_socket_module_info
H A Dnet_datalink.h76 status_t (*send_data)(struct net_protocol* protocol, member in struct:net_datalink_module_info
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp41 return send_data(thread, code, buffer, buffer_size);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp106 send_data(fReportThread, kCodeQuitReportThread, NULL, 0);
/haiku/src/bin/
H A Dbt_discovery.cpp51 (void)send_data(mainThread, discType, NULL, 0);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp212 if (EthernetIfnet()->module->send_data(EthernetIfnet(), packet) != B_OK) {
279 EthernetIfnet()->module->send_data(EthernetIfnet(), packet);
359 if (EthernetIfnet()->module->send_data(EthernetIfnet(), packet) != B_OK) {
531 if (EthernetIfnet()->module->send_data(EthernetIfnet(), replyPacket) != B_OK) {
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp154 return protocol->next->module->send_data(protocol->next, buffer);
276 status_t status = domain->module->send_data(NULL, reply);
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c790 char *send_data = NULL; local
948 send_data = malloc(strlen(optarg)+1);
949 if (send_data == NULL)
950 err(EX_SOFTWARE, "%s:send_data malloc", __func__);
951 strcpy(send_data, optarg);
1108 if (send_data != NULL){
1109 dvsend(fd, send_data, TAG | CHANNEL, -1);
1110 free(send_data);
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp365 return protocol->next->module->send_data(protocol->next, buffer);
474 status_t status = domain->module->send_data(NULL, reply);
630 status = domain->module->send_data(NULL, reply);
/haiku/src/add-ons/kernel/network/ppp/ppp_frame/
H A Dppp_frame.cpp94 return protocol->next->module->send_data(protocol->next, buffer);
/haiku/src/add-ons/kernel/network/datalink_protocols/loopback_frame/
H A Dloopback_frame.cpp110 return protocol->next->module->send_data(protocol->next, buffer);
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp378 protocol->next->module->send_data(protocol->next, buffer);
732 return sIPv6Module->send_data(sIPv6Protocol, buffer);
884 status_t status = sIPv6Module->send_data(sIPv6Protocol, request);
968 status = sIPv6Module->send_data(sIPv6Protocol, clone);
1062 return protocol->next->module->send_data(protocol->next, buffer);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp288 return send_data(fThreadId, code, buffer, buffer_size);
/haiku/src/apps/expander/
H A DGenericThread.cpp280 return (send_data(fThreadId, code, buffer, size));
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp165 return protocol->next->module->send_data(protocol->next, buffer);
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp349 protocol->next->module->send_data(protocol->next, buffer);
612 return entry->protocol->next->module->send_data(entry->protocol->next,
751 status_t status = entry->protocol->next->module->send_data(
1066 return protocol->next->module->send_data(protocol->next, buffer);
/haiku/src/system/libroot/os/
H A Dthread.c234 send_data(thread_id thread, int32 code, const void *buffer, size_t bufferSize) function
/haiku/src/apps/poorman/
H A DPoorManServer.cpp288 send_data(tid, 512, &hc, sizeof(httpd_conn*));
/haiku/src/apps/terminal/
H A DShell.cpp324 return send_data(target, 0, &handshake, sizeof(handshake_t));
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp577 status = Domain()->module->send_data(NULL, reply);
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp419 return datalink->first_info->send_data(datalink->first_protocol, buffer);
713 status_t status = protocol->device_module->send_data(protocol->device, buffer);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp489 send_data(sender, B_OK, NULL, 0);

Completed in 220 milliseconds

12