Home
last modified time | relevance | path

Searched defs:packet (Results 51 - 75 of 718) sorted by relevance

12345678910>>...29

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_options_test.cpp60 struct DhcpPacket packet; in HWTEST_F() local
92 struct DhcpPacket packet; in HWTEST_F() local
121 struct DhcpPacket packet; in HWTEST_F() local
145 struct DhcpPacket packet; HWTEST_F() local
177 struct DhcpPacket packet; HWTEST_F() local
217 struct DhcpPacket packet; HWTEST_F() local
250 struct DhcpPacket packet; HWTEST_F() local
279 struct DhcpPacket packet; HWTEST_F() local
305 struct DhcpPacket packet; HWTEST_F() local
327 struct DhcpPacket packet; HWTEST_F() local
343 struct DhcpPacket packet; HWTEST_F() local
363 struct DhcpPacket packet; HWTEST_F() local
377 struct DhcpPacket packet; HWTEST_F() local
[all...]
H A Ddhcp_socket_test.cpp117 struct DhcpPacket packet; in HWTEST_F() local
151 struct DhcpPacket packet; in HWTEST_F() local
178 struct UdpDhcpPacket packet; in HWTEST_F() local
209 struct UdpDhcpPacket packet; HWTEST_F() local
228 struct UdpDhcpPacket packet; HWTEST_F() local
243 struct DhcpPacket packet; HWTEST_F() local
256 struct DhcpPacket packet; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Ddummy_stm.c18 dummy_stm_packet(struct stm_data *stm_data, unsigned int master, unsigned int channel, unsigned int packet, unsigned int flags, unsigned int size, const unsigned char *payload) dummy_stm_packet() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dfault.h89 static inline bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h45 ath6kl_htc_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_tx() argument
/kernel/linux/linux-5.10/net/nfc/hci/
H A Dhcp.c48 struct hcp_packet *packet; in nfc_hci_hcp_message_tx() local
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c97 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager_v9.c33 struct pm4_mes_map_process *packet; in pm_map_process_v9() local
79 struct pm4_mes_runlist *packet; pm_runlist_v9() local
117 struct pm4_mes_set_resources *packet; pm_set_resources_v9() local
145 struct pm4_mes_map_queues *packet; pm_map_queues_v9() local
215 struct pm4_mes_unmap_queues *packet; pm_unmap_queues_v9() local
288 struct pm4_mes_query_status *packet; pm_query_status_v9() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dfault.h49 static inline bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h45 ath6kl_htc_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_tx() argument
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Ddummy_stm.c18 dummy_stm_packet(struct stm_data *stm_data, unsigned int master, unsigned int channel, unsigned int packet, unsigned int flags, unsigned int size, const unsigned char *payload) dummy_stm_packet() argument
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dhcp.c48 struct hcp_packet *packet; in nfc_hci_hcp_message_tx() local
/third_party/ffmpeg/libavcodec/
H A Ddfpwmdec.c104 dfpwm_dec_frame(struct AVCodecContext *ctx, AVFrame *frame, int *got_frame, struct AVPacket *packet) dfpwm_dec_frame() argument
H A Dlibdavs2.c36 davs2_packet_t packet; // input bitstream member
/third_party/ffmpeg/doc/examples/
H A Dhw_decode.c77 static int decode_write(AVCodecContext *avctx, AVPacket *packet) in decode_write() argument
156 AVPacket *packet = NULL; in main() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dbmv.c36 uint8_t *packet; member
[all...]
/third_party/curl/tests/unit/
H A Dunit1650.c58 const char *packet; member
74 const char *packet; member
[all...]
/third_party/backends/backend/
H A Depson2_net.c168 unsigned char *packet = malloc(12 + 8 + buf_size); in sanei_epson_net_write() local
H A Dpieusb_buffer.c331 uint8_t *packet = (uint8_t *)alloca(buffer->packet_size_bytes * sizeof(uint8_t)); in sanei_pieusb_buffer_put_single_color_line() local
424 uint8_t *packet = (uint8_t *)alloca(buffer->packet_size_bytes * sizeof(uint8_t)); sanei_pieusb_buffer_put_full_color_line() local
[all...]
/third_party/libsnd/src/
H A Dogg_vcomment.c73 vorbiscomment_read_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident) in vorbiscomment_read_tags() argument
181 vorbiscomment_write_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident, const char *vendor, int targetsize) in vorbiscomment_write_tags() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_reg_shadowing.c35 unsigned packet, num_ranges, offset; in si_build_load_reg() local
/third_party/libcoap/src/
H A Dcoap_netif.c72 coap_netif_dgrm_read(coap_session_t *session, coap_packet_t *packet) { in coap_netif_dgrm_read() argument
99 coap_netif_dgrm_read_ep(coap_endpoint_t *endpoint, coap_packet_t *packet) { in coap_netif_dgrm_read_ep() argument
/third_party/pulseaudio/src/pulsecore/
H A Dpstream-util.c38 pa_packet *packet; in pa_pstream_send_tagstruct_with_ancil_data() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Deth_p_oui.c165 u8 *packet, *p; in eth_p_oui_send() local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksClient.hpp58 vector<u8> packet = RecvPacket(&socket, recvb, RESPONSE::Type()); in SendRequest() local

Completed in 10 milliseconds

12345678910>>...29