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

/system/netd/
H A DPppController.cpp51 int PppController::attachPppd(const char *tty, struct in_addr local, argument
80 char *l = strdup(inet_ntoa(local));
/system/core/adb/
H A Dtransport_local.c48 * local transport it is connected. The list is used to detect when we're
49 * trying to connect twice to a given local transport.
61 D("remote local: read terminated (message)\n");
77 D("remote local: terminated (data)\n");
100 D("remote local: write terminated\n");
327 D("transport: local %s init\n", HOST ? "client" : "server");
330 fatal_errno("cannot create local socket %s thread",
405 int init_socket_transport(atransport *t, int s, int adb_port, int local) argument
420 if (HOST && local) {
428 D("local transpor
[all...]
H A Dtransport.c1000 int register_socket_transport(int s, const char *serial, int port, int local) argument
1011 if (init_socket_transport(t, s, port, local) < 0) {
H A Dadb.c268 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
273 p->msg.arg0 = local;
278 static void send_close(unsigned local, unsigned remote, atransport *t) argument
283 p->msg.arg0 = local;
564 case A_OPEN: /* OPEN(local-id, 0, "destination") */
580 case A_OKAY: /* READY(local-id, remote-id, "") */
592 case A_CLSE: /* CLOSE(local-id, remote-id, "") */
725 if(!strncmp(name, "local:", 6)) {
737 printf("unknown local portname '%s'\n", name);
748 // <device-serial> " " <local
1539 char *local, *remote, *err; local
[all...]

Completed in 309 milliseconds