Searched refs:destination (Results 226 - 236 of 236) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp518 // create destination address
531 defaultRoute.destination = NULL;
608 oldDefaultRoute.destination = NULL;
/haiku/src/apps/codycam/
H A DCodyCam.cpp291 fConsumerIn.destination, &format, &fProducerOut, &fConsumerIn);
392 fConsumerIn.node.node, fConsumerIn.destination);
799 B_TRANSLATE("destination directory expected"));
/haiku/src/add-ons/kernel/network/stack/
H A Ddatalink.cpp90 CODE(SIOCGETRT) /* get route information for destination */
410 // instead of the destination address:
413 memcpy(buffer->destination, route->gateway, route->gateway->sa_len);
868 status = fill_address(address->destination,
H A Dnet_socket.cpp1417 memcpy(buffer->destination, address, addressLength);
1418 buffer->destination->sa_len = addressLength;
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp80 PrintAddress(buffer->destination), buffer->size, fSendNext.Number(), \
633 // consider destination address INADDR_ANY as INADDR_LOOPBACK
1487 if (fManager->BindChild(this, buffer->destination) != B_OK) {
1899 PrintAddress(buffer->destination), segment.flags, segment.sequence,
2046 PeerAddress().CopyTo(buffer->destination);
2056 PrintAddress(buffer->destination), segment.flags, segment.sequence,
/haiku/headers/os/media/
H A DMediaDefs.h37 B_MEDIA_CONNECTION_BROKEN, /* "source", "destination" */
44 B_MEDIA_FORMAT_CHANGED, /* N "source", "destination", "format" */
678 int32 destination; //+ what 'socket' is this intended for? member in struct:media_header
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp242 int32 id = buffer->Header()->destination;
H A DMixerInput.cpp109 return fInput.destination.id;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp710 // retrieve input/output matching the given destination/source.
711 // returns B_MEDIA_BAD_[SOURCE | DESTINATION] if the destination
718 return input.destination == dest;
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1322 memcpy(&restrictions->destination, &constraints.window,
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp711 mediaHeader->destination = -1;

Completed in 277 milliseconds

12345678910