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

  /external/dhcpcd/
dhcp.h 140 uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */ member in struct:dhcp_message
showlease.c 223 p = dhcp->bootfile;
224 e = p + sizeof(dhcp->bootfile);
dhcp.c 292 p = dhcp->bootfile;
293 e = p + sizeof(dhcp->bootfile);
1230 if (*dhcp->bootfile && !(overl & 1))
1258 if (*dhcp->bootfile && !(overl & 1))
1259 setvar(&ep, prefix, "filename", (const char *)dhcp->bootfile);

Completed in 9 milliseconds