Searched defs:dhcpcd_ctx (Results 1 – 6 of 6) sorted by relevance
85 struct dhcpcd_ctx { struct86 int pid_fd;87 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1];88 const char *cffile;89 unsigned long long options;90 char *logfile;91 int log_fd;92 int argc;93 char **argv;94 int ifac; /* allowed interfaces */[all …]
795 const uint8_t *(*dgetopt)(struct dhcpcd_ctx *, in dhcp_envoption()
322 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *)) in get_netlink()841 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *)) in send_netlink()
88 static struct dhcpcd_ctx *dhcpcd_ctx; variable
127 ipv6_init(struct dhcpcd_ctx *dhcpcd_ctx) in ipv6_init()
54 static struct dhcpcd_ctx *dhcpcd_ctx; variable