HomeSort by relevance Sort by last modified time
    Searched refs:nrt (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
ipv4.c 368 nc_route(struct rt *ort, struct rt *nrt)
372 if (nrt->dest.s_addr == 0 &&
373 nrt->net.s_addr == 0 &&
374 !(nrt->iface->options->options & DHCPCD_GATEWAY))
377 desc_route(ort == NULL ? "adding" : "changing", nrt);
380 ort = ipv4_findrt(nrt->iface->ctx, nrt, 0);
382 ((ort->flags & RTF_REJECT && nrt->flags & RTF_REJECT) ||
383 (ort->iface == nrt->iface &&
385 ort->metric == nrt->metric &
503 struct rt_head *nrt; local
    [all...]
ipv6.c     [all...]

Completed in 85 milliseconds