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

  /external/dropbear/
packet.h 32 void read_packet();
common-session.c 186 read_packet();
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"))
  /system/core/adb/
transport.c 91 read_packet(int fd, apacket** ppacket) function
102 D("read_packet: %d error %d %d\n", fd, r, errno);
125 D("read_packet: %d ok: [%08x %s] %08x %08x (%d) ",
180 if(read_packet(fd, &p)){
295 if(read_packet(t->fd, &p)) {
  /external/ppp/pppd/
pppd.h 608 int read_packet __P((u_char *)); /* Read PPP packet */
    [all...]
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...]
main.c 1015 len = read_packet(inpacket_buf);
    [all...]

Completed in 51 milliseconds