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

  /external/dhcpcd/
showlease.c 128 get_lease_from_file(const char *leasefile)
134 fd = open(leasefile, O_RDONLY);
324 char leasefile[PATH_MAX]; local
330 snprintf(leasefile, PATH_MAX, LEASEFILE, argv[1]);
331 if ((dhcp = get_lease_from_file(leasefile)) == NULL) {
dhcpcd.h 132 char leasefile[PATH_MAX]; member in struct:interface
dhcp.c 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);
    [all...]
dhcpcd.c 436 unlink(iface->leasefile);
533 unlink(iface->leasefile);
764 unlink(iface->leasefile);
1225 stat(iface->leasefile, &st) == 0)
1271 /* We need to drop the leasefile so that start_interface
1274 unlink(iface->leasefile);
    [all...]
net.c 232 snprintf(iface->leasefile, sizeof(iface->leasefile),
233 LEASEFILE, ifname);
arp.c 93 unlink(iface->leasefile);

Completed in 429 milliseconds