OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_packet
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
clatd.c
359
/* 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/
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)) {
Completed in 88 milliseconds