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

/system/netd/
H A DPppController.cpp52 int PppController::attachPppd(const char *tty, struct in_addr local, argument
81 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");
199 D("transport: local %s init\n", HOST ? "client" : "server");
202 fatal_errno("cannot create local socket %s thread",
277 int init_socket_transport(atransport *t, int s, int adb_port, int local) argument
292 if (HOST && local) {
300 D("local transpor
[all...]
H A Dtransport.c857 void register_socket_transport(int s, const char *serial, int port, int local) argument
861 if ( init_socket_transport(t, s, port, local) < 0 ) {
H A Dadb.c196 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
201 p->msg.arg0 = local;
206 static void send_close(unsigned local, unsigned remote, atransport *t) argument
211 p->msg.arg0 = local;
332 case A_OPEN: /* OPEN(local-id, 0, "destination") */
348 case A_OKAY: /* READY(local-id, remote-id, "") */
360 case A_CLSE: /* CLOSE(local-id, remote-id, "") */
487 if(!strncmp(name, "local:", 6)) {
499 printf("unknown local portname '%s'\n", name);
825 /* Constructs a local nam
1207 char *local, *remote, *err; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
H A Dipc_event.c194 struct sockaddr_nl local; local
205 memset(&local, 0, sizeof(local));
206 local.nl_family = AF_NETLINK;
207 /* local.nl_groups = RTMGRP_LINK;*/
208 local.nl_pid = prId;
210 if (bind(fd, (struct sockaddr*)&local, sizeof(local)) < 0) {
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dipc_event.c61 /* local types */
88 /* local variables */
91 /* local fucntions */
101 struct sockaddr_nl local; local
109 os_memset(&local, 0, sizeof(local));
110 local.nl_family = AF_NETLINK;
111 local.nl_groups = RTMGRP_LINK;
112 if (bind(skfd, (struct sockaddr *) &local, sizeof(local)) <
[all...]

Completed in 143 milliseconds