Home | History | Annotate | Download | only in launch

Lines Matching defs:dest

140   auto dest = region->data();
142 snprintf(dest->ipaddr, sizeof(dest->ipaddr), "%s",
144 snprintf(dest->gateway, sizeof(dest->gateway), "%s",
146 snprintf(dest->dns, sizeof(dest->dns), "%s", netconfig.ril_dns.c_str());
147 snprintf(dest->broadcast, sizeof(dest->broadcast), "%s",
149 dest->prefixlen = netconfig.ril_prefixlen;