Home | History | Annotate | Download | only in rump_dhcpclient

Lines Matching defs:nrt

151 c_route(struct rt *ort, struct rt *nrt, const struct interface *iface)
154 if (nrt->dest.s_addr == 0 &&
155 nrt->net.s_addr == 0 &&
159 desc_route("changing", nrt, iface->name);
165 if (!add_route(iface, &nrt->dest, &nrt->net, &nrt->gate,
229 struct rt *rt, *nrt = NULL, *r = NULL;
239 r = nrt = xmalloc(sizeof(*r));
247 return nrt;