Searched defs:packet (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A DXDRInPacket.c7 XDRInPacketInit(struct XDRInPacket *packet) argument
14 XDRInPacketDestroy(struct XDRInPacket *packet) argument
20 XDRInPacketGetInt32(struct XDRInPacket *packet) argument
30 XDRInPacketGetFixed(struct XDRInPacket *packet, voi argument
37 XDRInPacketGetDynamic(struct XDRInPacket *packet, void *buffer) argument
46 XDRInPacketGetString(struct XDRInPacket *packet) argument
57 XDRInPacketSetTo(struct XDRInPacket *packet, uint8 *buffer, size_t offset) argument
[all...]
H A DXDROutPacket.c8 XDROutPacketBuffer(struct XDROutPacket *packet) argument
14 XDROutPacketLength(struct XDROutPacket *packet) argument
20 XDROutPacketInit(struct XDROutPacket *packet) argument
27 XDROutPacketDestroy(struct XDROutPacket *packet) argument
33 XDROutPacketGrow(struct XDROutPacket *packet, size_t size) argument
45 XDROutPacketAddInt32(struct XDROutPacket *packet, int32 val) argument
53 XDROutPacketAddDynamic(struct XDROutPacket *packet, const void *data, size_t size) argument
60 XDROutPacketAddFixed(struct XDROutPacket *packet, const void *data, size_t size) argument
70 XDROutPacketAddString(struct XDROutPacket *packet, const char *string) argument
76 XDROutPacketAppend(struct XDROutPacket *me, const struct XDROutPacket *packet) argument
84 XDROutPacketClear(struct XDROutPacket *packet) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLayer.cpp59 KPPPLayer::SendToNext(struct mbuf *packet, uint16 protocolNumber) const argument
H A DKPPPConfigurePacket.cpp30 KPPPConfigurePacket::KPPPConfigurePacket(struct mbuf *packet) argument
172 struct mbuf *packet = m_gethdr(MT_DATA); local
[all...]
H A DKPPPDevice.cpp92 KPPPDevice::Receive(struct mbuf *packet, uint16 protocolNumber) argument
H A DKPPPLCP.cpp233 KPPPLCP::Send(struct mbuf *packet, uint16 protocolNumber) argument
244 KPPPLCP::Receive(struct mbuf *packet, uint16 protocolNumber) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.cpp70 PacketQueue::Insert(Packet *packet) argument
87 PacketQueue::Remove(Packet **packet) argument
117 Packet *packet = fQueue[fReadIndex]; local
127 PacketQueue::Peek(Packet **packet) argument
[all...]
H A DTransportStreamDemux.cpp414 TransportStreamDemux::AddData(Packet *packet) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dmsgbuild.c160 Packet *packet; local
H A Drx.c57 re_status Angel_RxEngine(unsigned char new_ch, struct data_packet *packet, argument
329 angel_DD_RxEng_BufferAlloc( struct data_packet *packet, void *cb_data ) argument
[all...]
H A Dtx.c57 te_status Angel_TxEngine(const struct data_packet *packet, argument
46 Angel_TxEngineInit(const struct re_config *txconfig, const struct data_packet *packet, struct te_state *txstate) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp19 DiscoveryPacket::DiscoveryPacket(struct mbuf *packet, uint32 start) argument
122 struct mbuf *packet = m_gethdr(MT_DATA); local
[all...]
H A DPPPoEDevice.cpp19 dump_packet(struct mbuf *packet) argument
128 struct mbuf *packet local
194 struct mbuf *packet = discovery.ToMbuf(MTU()); local
214 EthernetIfnet()->output(EthernetIfnet(), packet, &destination, NULL); local
245 Send(struct mbuf *packet, uint16 protocolNumber) argument
302 Receive(struct mbuf *packet, uint16 protocolNumber) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/
H A DASFFileReader.h70 asf_packet_t *packet; member in class:ASFFileReader
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dphix_manager.c89 opj_packet_info_t packet; local
[all...]
H A Dppix_manager.c93 opj_packet_info_t packet; local
[all...]
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_update.c97 u_char *packet; local
/haiku-fatelf/src/add-ons/input_server/filters/vmware_mouse/
H A DVMWareMouse.cpp101 VMWareMouseFilter::_ExecuteCommand(union packet_u &packet) argument
151 union packet_u packet; local
186 union packet_u packet; local
205 union packet_u packet; local
220 union packet_u packet; local
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp92 ps2_packet_to_movement(standard_mouse_cookie *cookie, uint8 packet[], argument
157 uint8 packet[PS2_MAX_PACKET_SIZE]; local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Ddata.c29 asf_data_read_packet_fields(asf_packet_t *packet, uint8_t flags, argument
80 asf_data_read_payloads(asf_packet_t *packet, argument
220 asf_data_init_packet(asf_packet_t *packet) argument
242 asf_data_get_packet(asf_packet_t *packet, asf_file_t *file) argument
385 asf_data_free_packet(asf_packet_t *packet) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/
H A Dmatroska_codecs.cpp87 ogg_packet packet; local
[all...]
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIpp.cpp87 char packet[1541]; local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dauthentication.c162 bt_outPacket *packet; local
190 btRPCPutArg(bt_outPacket *packet, unsigned int type, void *data, int length) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dauthentication.c164 bt_outPacket *packet; local
192 btRPCPutArg(bt_outPacket *packet, unsigned int type, void *data, int length) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dauthentication.cpp165 bt_outPacket *packet; local
193 btRPCPutArg(bt_outPacket *packet, unsigned int type, void *data, int length) argument
[all...]

Completed in 225 milliseconds

1234