• Home
  • Raw
  • Download

Lines Matching defs:packet

273 static size_t write_ALAC_data(uint8_t *packet, const size_t max, uint8_t *raw, size_t *length, bool…  in write_ALAC_data()
311 static size_t build_tcp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_tcp_audio_packet()
360 pa_memchunk *packet = NULL; in send_tcp_audio_packet() local
402 static size_t build_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_udp_audio_packet()
451 pa_memchunk *packet = NULL; in send_udp_audio_packet() local
486 static size_t rebuild_udp_audio_packet(pa_raop_client *c, uint16_t seq, pa_memchunk *packet) { in rebuild_udp_audio_packet()
508 pa_memchunk *packet = NULL; in resend_udp_audio_packets() local
542 static size_t build_udp_sync_packet(pa_raop_client *c, uint32_t stamp, uint32_t **packet) { in build_udp_sync_packet()
570 uint32_t * packet = NULL; in send_udp_sync_packet() local
583 static size_t handle_udp_control_packet(pa_raop_client *c, const uint8_t packet[], ssize_t size) { in handle_udp_control_packet()
614 …dp_timing_packet(pa_raop_client *c, const uint32_t data[6], uint64_t received, uint32_t **packet) { in build_udp_timing_packet()
641 uint32_t * packet = NULL; in send_udp_timing_packet() local
654 static size_t handle_udp_timing_packet(pa_raop_client *c, const uint8_t packet[], ssize_t size) { in handle_udp_timing_packet()
1802 void pa_raop_client_handle_oob_packet(pa_raop_client *c, const int fd, const uint8_t packet[], ssiz… in pa_raop_client_handle_oob_packet()