OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targ_p
(Results
1 - 1
of
1
) sorted by null
/external/android-clat/
getaddr.c
48
struct target *
targ_p
= (struct target *)data;
local
53
if(ifa_p->ifa_index !=
targ_p
->ifindex)
63
if((
targ_p
->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
64
memcpy(&
targ_p
->ip.ip6, RTA_DATA(rta_p), rta_p->rta_len - sizeof(struct rtattr));
65
targ_p
->foundip = 1;
70
if(
targ_p
->family == AF_INET) {
71
memcpy(&
targ_p
->ip.ip4, RTA_DATA(rta_p), rta_p->rta_len - sizeof(struct rtattr));
72
targ_p
->foundip = 1;
Completed in 503 milliseconds