Searched refs:source (Results 51 - 75 of 489) sorted by path

1234567891011>>

/haiku/headers/private/kernel/boot/net/
H A DUDP.h97 uint16 _ChecksumBuffer(ChainBuffer *buffer, ip_addr_t source,
99 uint16 _ChecksumData(const void *data, uint16 length, ip_addr_t source,
/haiku/headers/private/kernel/
H A Dtracing.h279 uint8* alloc_tracing_buffer_memcpy(const void* source, size_t size, bool user);
280 char* alloc_tracing_buffer_strcpy(const char* source, size_t maxSize,
/haiku/headers/private/media/
H A DMediaDebug.h21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
H A DNotifications.h35 B_MEDIA_CONNECTION_BROKEN "source", "destination"
41 B_MEDIA_FORMAT_CHANGED N "source", "destination", "format"
70 void ConnectionBroken(const media_source& source,
93 void FormatChanged(const media_source& source,
H A DPluginManager.h37 BDataIO* source);
64 BUrl url, BDataIO** source);
H A DReaderPlugin.h61 void Setup(BDataIO* source);
H A DServerInterface.h681 media_source source; member in struct:producer_prepare_to_connect_request
695 media_source source; member in struct:producer_connect_request
706 media_source source; member in struct:producer_disconnect_request
746 media_source source; member in struct:producer_set_buffer_group_command
755 media_source source; member in struct:producer_format_change_requested_command
763 media_source source; member in struct:producer_video_clipping_changed_command
773 media_source source; member in struct:producer_additional_buffer_requested_command
781 media_source source; member in struct:producer_latency_changed_command
788 media_source source; member in struct:producer_enable_output_command
796 media_source source; member in struct:producer_late_notice_received_command
862 media_source source; member in struct:consumer_disconnected_request
[all...]
H A DStreamerPlugin.h21 virtual status_t Sniff(const BUrl& url, BDataIO** source) = 0;
/haiku/headers/private/media/experimental/
H A DMediaClient.h150 const media_source& source) const;
/haiku/headers/private/net/
H A DNetUtilities.h90 addressModule->checksum_address(&checksum, buffer->source);
H A Dethernet.h21 uint8 source[ETHER_ADDRESS_LENGTH]; member in struct:ether_header
H A Dnet_buffer.h22 struct sockaddr* source; member in struct:net_buffer
68 status_t (*append_cloned)(net_buffer* buffer, net_buffer* source,
84 net_buffer* source, uint32 offset, size_t bytes);
/haiku/headers/private/shared/
H A DAttributeUtilities.h18 status_t CopyAttributes(BNode& source, BNode& destination);
H A DDriverSettingsMessageAdapter.h31 virtual status_t ConvertToDriverSettings(const BMessage& source,
/haiku/headers/private/storage/
H A DCopyEngine.h53 BFile& source, const char* destPath,
56 BNode& source, const char* destPath,
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h106 status_t _CopyTypeNode(BNode& source, const char* type,
/haiku/headers/private/system/
H A Dconvertutf.h18 ssize_t utf16le_to_utf8(const uint16* source, size_t sourceCodeUnitCount,
21 ssize_t utf16be_to_utf8(const uint16* source, size_t sourceCodeUnitCount,
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dmodule.cpp153 const char* source = NULL; local
156 source = sStringBuffer;
158 source = argv[1];
160 int inputLength = strlen(source);
166 source, encodeLength, inputLength);
174 memcpy(sEncodeBuffer, source, copyCount);
186 source += copyCount;
251 const char* source = argv[1]; local
252 int length = strlen(source) + 1;
264 memcpy(sStringBuffer + sBufferPosition, source, copyCoun
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c86 * by setting source to calibration_data_none=0.
88 void ar9300_calibration_data_set(struct ath_hal *ah, int32_t source) argument
91 AH9300(ah)->calibration_data_source = source;
93 calibration_data_try = source;
/haiku/src/add-ons/kernel/drivers/timer/
H A Darch_acpi.h93 uint8 type; /* 2 = Interrupt source override */
96 uint8 source; /* Bus-relative interrupt source (IRQ) */ member in struct:acpi_int_source_override
98 bus-relative source int will signal */
163 uint8 type; /* 8 = platform interrupt source */
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp48 struct sockaddr_dl& source = *(struct sockaddr_dl*)buffer->source; local
51 source.sdl_len = sizeof(sockaddr_dl);
52 source.sdl_family = AF_LINK;
53 source.sdl_index = device->index;
54 source.sdl_type = IFT_ETHER;
55 source.sdl_e_type = header.type;
56 source.sdl_nlen = source.sdl_slen = 0;
57 source
143 struct sockaddr_dl& source = *(struct sockaddr_dl*)buffer->source; local
[all...]
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp182 struct sockaddr_dl& source = *(struct sockaddr_dl*)packet->source; local
183 memcpy(peerEtherAddr, source.sdl_data, ETHER_ADDRESS_LENGTH);
199 sockaddr_dl& linkAddress = *(sockaddr_dl*)packet->source;
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp120 domain = sStackModule->get_domain(buffer->source->sa_family);
527 /*! Sends an ICMP error message to the source of the \a buffer causing the
577 memcpy(reply->source, buffer->destination, buffer->destination->sa_len);
578 memcpy(reply->destination, buffer->source, buffer->source->sa_len);
580 fill_sockaddr_in((sockaddr_in*)reply->source, header.destination);
581 fill_sockaddr_in((sockaddr_in*)reply->destination, header.source);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.h38 in_addr_t source; member in struct:ipv4_header
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp134 buffer->source));

Completed in 225 milliseconds

1234567891011>>