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

  /external/dhcpcd/
showlease.c 126 get_lease_from_file(const char *leasefile)
132 fd = open(leasefile, O_RDONLY);
322 char leasefile[PATH_MAX]; local
328 snprintf(leasefile, PATH_MAX, LEASEFILE, argv[1]);
329 if ((dhcp = get_lease_from_file(leasefile)) == NULL) {
dhcpcd.h 107 char leasefile[PATH_MAX]; member in struct:interface
dhcp.c 1054 unlink(iface->leasefile);
1059 iface->name, iface->leasefile);
1061 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444);
1065 unlink(iface->leasefile);
1066 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444);
1099 fd = open(iface->leasefile, O_RDONLY);
1103 iface->name, iface->leasefile);
1107 iface->name, iface->leasefile);
dhcpcd.c 420 unlink(iface->leasefile);
517 unlink(iface->leasefile);
738 unlink(iface->leasefile);
1158 stat(iface->leasefile, &st) == 0)
1204 /* We need to drop the leasefile so that start_interface
1207 unlink(iface->leasefile);
    [all...]
net.c 216 snprintf(iface->leasefile, sizeof(iface->leasefile),
217 LEASEFILE, ifname);
arp.c 93 unlink(iface->leasefile);
client.c 399 if (stat(iface->leasefile, &sb) == -1) {
406 iface->leasefile);
    [all...]

Completed in 37 milliseconds