Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:leasefile

1130 		unlink(iface->leasefile);
1135 iface->name, iface->leasefile);
1137 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444);
1141 unlink(iface->leasefile);
1142 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444);
1175 fd = open(iface->leasefile, O_RDONLY);
1179 iface->name, iface->leasefile);
1183 iface->name, iface->leasefile);