send_data
extern status_t send_data(thread_id thread, int32 code, const void *buffer,
status_t (*send_data)(struct net_protocol* protocol,
status_t (*send_data)(net_datalink_protocol* self, net_buffer* buffer);
status_t (*send_data)(net_device* device, net_buffer* buffer);
status_t (*send_data)(net_protocol* self, net_buffer* buffer);
status_t (*send_data)(net_socket* socket, net_buffer* buffer);
return protocol->next->module->send_data(protocol->next, buffer);
protocol->next->module->send_data(protocol->next, buffer);
return entry->protocol->next->module->send_data(entry->protocol->next,
status_t status = entry->protocol->next->module->send_data(
return protocol->next->module->send_data(protocol->next, buffer);
return protocol->next->module->send_data(protocol->next, buffer);
protocol->next->module->send_data(protocol->next, buffer);
return sIPv6Module->send_data(sIPv6Protocol, buffer);
status_t status = sIPv6Module->send_data(sIPv6Protocol, request);
status = sIPv6Module->send_data(sIPv6Protocol, clone);
return protocol->next->module->send_data(protocol->next, buffer);
return protocol->next->module->send_data(protocol->next, buffer);
if (EthernetIfnet()->module->send_data(EthernetIfnet(), packet) != B_OK) {
EthernetIfnet()->module->send_data(EthernetIfnet(), packet);
if (EthernetIfnet()->module->send_data(EthernetIfnet(), packet) != B_OK) {
if (EthernetIfnet()->module->send_data(EthernetIfnet(), replyPacket) != B_OK) {
send_data(fReconnectThread, 0, &info, sizeof(reconnect_info));
return send_data(thread, code, buffer, buffer_size);
send_data(fReportThread, kCodeQuitReportThread, NULL, 0);
return protocol->next->module->send_data(protocol->next, buffer);
status_t status = domain->module->send_data(NULL, reply);
status = domain->module->send_data(NULL, reply);
return protocol->next->module->send_data(protocol->next, buffer);
status_t status = domain->module->send_data(NULL, reply);
return sDatalinkModule->send_data(protocol, sDomain, buffer);
return sDatalinkModule->send_data(protocol, sDomain, buffer);
status = Domain()->module->send_data(NULL, reply);
return gDatalinkModule->send_data(this, NULL, buffer);
return datalink->first_info->send_data(datalink->first_protocol, buffer);
status_t status = protocol->device_module->send_data(protocol->device, buffer);
return gNetDatalinkModule.send_data(protocol, sDomain, buffer);
status = socket->first_info->send_data(socket->first_protocol, buffer);
return socket->first_info->send_data(socket->first_protocol,
send_data(sender, B_OK, NULL, 0);
return send_data(fThreadId, code, buffer, buffer_size);
return (send_data(fThreadId, code, buffer, size));
send_data(tid, 512, &hc, sizeof(httpd_conn*));
return send_data(target, 0, &handshake, sizeof(handshake_t));
(void)send_data(mainThread, discType, NULL, 0);
if (send_data != NULL){
dvsend(fd, send_data, TAG | CHANNEL, -1);
free(send_data);
char *send_data = NULL;
send_data = malloc(strlen(optarg)+1);
if (send_data == NULL)
strcpy(send_data, optarg);
send_data(fin, dout, st.st_blksize, st.st_size,
static int send_data(FILE *, FILE *, size_t, off_t, int);
send_data(fTrackingPID, 0, &data, sizeof(data));
send_data(fThread, 'QUIT', &shutdownSemaphore, sizeof(sem_id));
status_t status = socket->first_info->send_data(socket->first_protocol, buffer);