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

  /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 104 static int read_packet(int fd, const char* name, apacket** ppacket) { function
105 ATRACE_NAME("read_packet");
119 D("%s: read_packet (fd=%d), error ret=%d: %s", name, fd, r, strerror(errno));
156 if (read_packet(fd, t->serial, &p)) {
268 if (read_packet(t->fd, t->serial, &p)) {
    [all...]
  /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...]