Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:ifp

107 	const struct interface *ifp;
111 ifp = arg;
112 for (i = 0, opt = ifp->options->vivso_override;
113 i < ifp->options->vivso_override_len;
117 for (i = 0, opt = ifp->ctx->vivso;
118 i < ifp->ctx->vivso_len;
733 const struct interface *ifp, const char *extra)
737 if (ifp->name[0] == '\0') {
738 strlcpy(leasefile, ifp->ctx->pidfile, len);
742 if (strlen(ifp->lease_identifier) > 0) {
745 ifp->lease_identifier, "", extra);
749 ifp->name, "", extra);