Home
last modified time | relevance | path

Searched refs:read_packet (Results 1 – 8 of 8) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c386 static void read_packet(void) in read_packet() function
442 read_packet(); in main()
/external/android-clat/
Dclatd.c364 void read_packet(int active_fd, const struct tun_data *tunnel) { in read_packet() function
438 read_packet(wait_fd[i].fd,tunnel); in event_loop()
/external/chromium_org/media/filters/
Dffmpeg_glue_unittest.cc58 return glue_->format_context()->pb->read_packet( in ReadPacket()
/external/ppp/pppd/
Dpppd.h610 int read_packet __P((u_char *)); /* Read PPP packet */
Dsys-linux.c1085 int read_packet (unsigned char *buf) in read_packet() function
1136 while ((n = read_packet(inpacket_buf)) > 0) in get_loop_output()
Dsys-solaris.c1446 read_packet(buf) in read_packet() function
1491 while ((len = read_packet(inpacket_buf)) > 0) { in get_loop_output()
Dmain.c1015 len = read_packet(inpacket_buf); in get_input()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel_unittest.cc1529 std::string read_packet(reinterpret_cast<const char*>(&packet.data[0]), in TestMediaSinks()
1531 EXPECT_EQ(rtp_packet_, read_packet); in TestMediaSinks()