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

  /external/dropbear/
packet.c 95 void read_packet() { function
101 TRACE(("enter read_packet"))
114 TRACE(("leave read_packet: packetinit done"))
131 TRACE(("leave read_packet: EINTR or EAGAIN"))
146 TRACE(("leave read_packet"))
  /external/android-clat/
clatd.c 354 /* function: read_packet
359 void read_packet(int active_fd, const struct tun_data *tunnel) { function
369 logmsg(ANDROID_LOG_WARN,"read_packet/read error: %s", strerror(errno));
372 logmsg(ANDROID_LOG_WARN,"read_packet/tun interface removed");
379 logmsg(ANDROID_LOG_WARN,"read_packet/short read: got %ld bytes", readlen);
414 read_packet(wait_fd[i].fd,tunnel);
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 386 static void read_packet(void) function
442 read_packet();
  /bootable/recovery/minadbd/
transport.c 137 read_packet(int fd, const char* name, apacket** ppacket) function
153 D("%s: read_packet (fd=%d), error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno));
204 if(read_packet(fd, t->serial, &p)){
320 if(read_packet(t->fd, t->serial, &p)) {
  /system/core/adb/
transport.c 137 read_packet(int fd, const char* name, apacket** ppacket) function
153 D("%s: read_packet (fd=%d), error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno));
204 if(read_packet(fd, t->serial, &p)){
320 if(read_packet(t->fd, t->serial, &p)) {
  /external/ppp/pppd/
sys-linux.c 1081 * read_packet - get a PPP packet from the serial device.
1084 int read_packet (unsigned char *buf) function
1135 while ((n = read_packet(inpacket_buf)) > 0)
    [all...]
sys-solaris.c 1446 read_packet(buf) function
    [all...]

Completed in 486 milliseconds