Searched refs:read_packet (Results 1 – 8 of 8) sorted by relevance
386 static void read_packet(void) in read_packet() function442 read_packet(); in main()
364 void read_packet(int active_fd, const struct tun_data *tunnel) { in read_packet() function438 read_packet(wait_fd[i].fd,tunnel); in event_loop()
58 return glue_->format_context()->pb->read_packet( in ReadPacket()
610 int read_packet __P((u_char *)); /* Read PPP packet */
1085 int read_packet (unsigned char *buf) in read_packet() function1136 while ((n = read_packet(inpacket_buf)) > 0) in get_loop_output()
1446 read_packet(buf) in read_packet() function1491 while ((len = read_packet(inpacket_buf)) > 0) { in get_loop_output()
1015 len = read_packet(inpacket_buf); in get_input()
1529 std::string read_packet(reinterpret_cast<const char*>(&packet.data[0]), in TestMediaSinks()1531 EXPECT_EQ(rtp_packet_, read_packet); in TestMediaSinks()