Searched defs:remote (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DPppController.cpp52 struct in_addr remote, struct in_addr dns1,
81 char *r = strdup(inet_ntoa(remote));
51 attachPppd(const char *tty, struct in_addr local, struct in_addr remote, struct in_addr dns1, struct in_addr dns2) argument
/system/core/adb/
H A Dadb.c265 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
271 p->msg.arg1 = remote;
275 static void send_close(unsigned local, unsigned remote, atransport *t) argument
281 p->msg.arg1 = remote;
570 case A_OKAY: /* READY(local-id, remote-id, "") */
582 case A_CLSE: /* CLOSE(local-id, remote-id, "") */
1272 D("client: connected on remote on fd %d\n", fd);
1341 fprintf(stderr,"adb server killed by remote request\n");
1478 char *local, *remote, *err; local
1485 remote
[all...]

Completed in 462 milliseconds