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 321 /* function: read_packet
326 void read_packet(int active_fd, const struct tun_data *tunnel) { function
334 logmsg(ANDROID_LOG_WARN,"read_packet/read error: %s", strerror(errno));
337 logmsg(ANDROID_LOG_WARN,"read_packet/tun interface removed");
346 logmsg(ANDROID_LOG_WARN,"read_packet/short read: got %ld bytes", readlen);
394 // Call read_packet if the socket has data to be read, but also if an
400 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 142 read_packet(int fd, const char* name, apacket** ppacket) function
158 D("%s: read_packet (fd=%d), error ret=%d errno=%d: %s\n", name, fd, r, errno, strerror(errno));
209 if(read_packet(fd, t->serial, &p)){
325 if(read_packet(t->fd, t->serial, &p)) {
  /external/ppp/pppd/
sys-linux.c 1082 * read_packet - get a PPP packet from the serial device.
1085 int read_packet (unsigned char *buf) function
1136 while ((n = read_packet(inpacket_buf)) > 0)
    [all...]
sys-solaris.c 1446 read_packet(buf) function
    [all...]

Completed in 134 milliseconds