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.c45 * local transport it is connected. The list is used to detect when we're
46 * trying to connect twice to a given local transport.
58 D("remote local: read terminated (message)\n");
74 D("remote local: terminated (data)\n");
97 D("remote local: write terminated\n");
324 D("transport: local %s init\n", HOST ? "client" : "server");
327 fatal_errno("cannot create local socket %s thread",
402 int init_socket_transport(atransport *t, int s, int adb_port, int local) argument
417 if (HOST && local) {
425 D("local transpor
[all...]
H A Dadb.c265 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
270 p->msg.arg0 = local;
275 static void send_close(unsigned local, unsigned remote, atransport *t) argument
280 p->msg.arg0 = local;
554 case A_OPEN: /* OPEN(local-id, 0, "destination") */
570 case A_OKAY: /* READY(local-id, remote-id, "") */
582 case A_CLSE: /* CLOSE(local-id, remote-id, "") */
709 if(!strncmp(name, "local:", 6)) {
721 printf("unknown local portname '%s'\n", name);
1044 /* Constructs a local nam
1478 char *local, *remote, *err; local
[all...]
H A Dtransport.c985 void register_socket_transport(int s, const char *serial, int port, int local) argument
995 if ( init_socket_transport(t, s, port, local) < 0 ) {

Completed in 396 milliseconds