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

/system/netd/
H A DPppController.cpp53 struct in_addr remote, struct in_addr dns1,
82 char *r = strdup(inet_ntoa(remote));
52 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.c196 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
202 p->msg.arg1 = remote;
206 static void send_close(unsigned local, unsigned remote, atransport *t) argument
212 p->msg.arg1 = remote;
348 case A_OKAY: /* READY(local-id, remote-id, "") */
360 case A_CLSE: /* CLOSE(local-id, remote-id, "") */
1014 D("client: connected on remote on fd %d\n", fd);
1083 fprintf(stderr,"adb server killed by remote request\n");
1207 char *local, *remote, *err; local
1214 remote
[all...]

Completed in 42 milliseconds