HomeSort by relevance Sort by last modified time
    Searched defs:read_packet (Results 1 - 8 of 8) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avio.h 91 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size); member in struct:AVIOContext
178 * @param read_packet A function for refilling the buffer, may be NULL.
190 int (*read_packet)(void *opaque, uint8_t *buf, int buf_size),
avformat.h 539 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt); member in struct:AVInputFormat
    [all...]
  /external/android-clat/
clatd.c 326 /* function: read_packet
332 void read_packet(int read_fd, int write_fd, int to_ipv6) { function
340 logmsg(ANDROID_LOG_WARN,"read_packet/read error: %s", strerror(errno));
344 logmsg(ANDROID_LOG_WARN,"read_packet/tun interface removed");
351 logmsg(ANDROID_LOG_WARN,"read_packet/short read: got %ld bytes", readlen);
390 // Call read_packet if the socket has data to be read, but also if an
399 read_packet(tunnel->fd4, tunnel->write_fd6, 1 /* to_ipv6 */);
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 386 static void read_packet(void) function
442 read_packet();
  /system/core/adb/
transport.cpp 89 read_packet(int fd, const char* name, apacket** ppacket) function
104 D("%s: read_packet (fd=%d), error ret=%d: %s", name, fd, r, strerror(errno));
143 if(read_packet(fd, t->serial, &p)){
262 if(read_packet(t->fd, t->serial, &p)) {
  /external/ppp/pppd/
sys-linux.c 1115 * read_packet - get a PPP packet from the serial device.
1118 int read_packet (unsigned char *buf) function
1169 while ((n = read_packet(inpacket_buf)) > 0)
    [all...]
sys-solaris.c 1449 read_packet(buf) function
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 981 static int read_packet(void) function
    [all...]

Completed in 773 milliseconds