Searched defs:dhcpcd_ctx (Results 1 – 2 of 2) sorted by relevance
116 struct dhcpcd_ctx { struct117 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1];118 char vendor[256];119 int fork_fd; /* FD for the fork init signal pipe */120 const char *cffile;121 unsigned long long options;122 char *logfile;123 int argc;124 char **argv;125 int ifac; /* allowed interfaces */[all …]
872 const uint8_t *(*dgetopt)(struct dhcpcd_ctx *, in dhcp_envoption()