Searched defs:read_packet (Results 1 - 4 of 4) sorted by relevance

/external/android-clat/
H A Dclatd.c359 /* function: read_packet
364 void read_packet(int active_fd, const struct tun_data *tunnel) { function
372 logmsg(ANDROID_LOG_WARN,"read_packet/read error: %s", strerror(errno));
375 logmsg(ANDROID_LOG_WARN,"read_packet/tun interface removed");
384 logmsg(ANDROID_LOG_WARN,"read_packet/short read: got %ld bytes", readlen);
432 // Call read_packet if the socket has data to be read, but also if an
438 read_packet(wait_fd[i].fd,tunnel);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c386 static void read_packet(void) function
442 read_packet();
/external/ppp/pppd/
H A Dsys-solaris.c1443 * read_packet - get a PPP packet from the serial device.
1446 read_packet(buf) function
1491 while ((len = read_packet(inpacket_buf)) > 0) {
H A Dsys-linux.c1082 * 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)

Completed in 2378 milliseconds