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

/system/netd/server/
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/connectivity/dhcp_client/
H A Ddhcpv4.cc289 struct sockaddr_ll remote; local
290 memset(&remote, 0, sizeof(remote));
291 remote.sll_family = AF_PACKET;
292 remote.sll_protocol = htons(ETHERTYPE_IP);
293 remote.sll_ifindex = interface_index_;
294 remote.sll_hatype = htons(ARPHRD_ETHER);
296 remote.sll_halen = IFHWADDRLEN;
297 memset(remote.sll_addr, 0xff, IFHWADDRLEN);
303 reinterpret_cast<struct sockaddr *>(&remote),
[all...]
/system/bt/udrv/ulinux/
H A Duipc.c172 struct sockaddr_un remote; local
193 OSI_NO_INTR(fd = accept(sfd, (struct sockaddr *)&remote, &len));
/system/tools/aidl/
H A Dgenerate_java_binder.cpp202 Variable* remote = new Variable(types->IBinderType(), "remote"); local
206 ctor->parameters.push_back(remote);
207 ctor->statements->Add(new Assignment(mRemote, remote));
/system/core/adb/
H A Dadb.cpp161 static void send_ready(unsigned local, unsigned remote, atransport *t) argument
167 p->msg.arg1 = remote;
171 static void send_close(unsigned local, unsigned remote, atransport *t) argument
177 p->msg.arg1 = remote;
385 case A_OKAY: /* READY(local-id, remote-id, "") */
409 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
414 * versions, CLOSE(0, remote-id, "") was also used for normal
432 case A_WRTE: /* WRITE(local-id, remote-id, <data>) */
918 // forward:(norebind:)?local;remote
[all...]

Completed in 327 milliseconds