Searched refs:ifo (Results 1 - 8 of 8) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dif-options.c203 add_environ(struct dhcpcd_ctx *ctx, struct if_options *ifo, argument
207 char **lst = ifo->environ;
273 ifo->environ = newlist;
520 struct if_options *ifo,
533 *od = ifo->dhcp6_override;
534 *odl = ifo->dhcp6_override_len;
535 *request = ifo->requestmask6;
536 *require = ifo->requiremask6;
537 *no = ifo->nomask6;
538 *reject = ifo
516 set_option_space(struct dhcpcd_ctx *ctx, const char *arg, const struct dhcp_opt **d, size_t *dl, const struct dhcp_opt **od, size_t *odl, struct if_options *ifo, uint8_t *request[], uint8_t *require[], uint8_t *no[], uint8_t *reject[]) argument
633 parse_option(struct dhcpcd_ctx *ctx, const char *ifname, struct if_options *ifo, int opt, const char *arg, struct dhcp_opt **ldop, struct dhcp_opt **edop) argument
2021 parse_config_line(struct dhcpcd_ctx *ctx, const char *ifname, struct if_options *ifo, const char *opt, char *line, struct dhcp_opt **ldop, struct dhcp_opt **edop) argument
2048 finish_config(struct if_options *ifo) argument
2089 struct if_options *ifo; local
2331 add_options(struct dhcpcd_ctx *ctx, const char *ifname, struct if_options *ifo, int argc, char **argv) argument
2353 free_options(struct if_options *ifo) argument
[all...]
H A Ddhcpcd.c362 struct if_options *ifo = ifp->options; local
373 if (ifo->options & DHCPCD_RELEASE)
374 ifo->options &= ~DHCPCD_PERSISTENT;
376 if (ifp->flags & IFF_POINTOPOINT && !(ifo->options & DHCPCD_INFORM))
377 ifo->options |= DHCPCD_STATIC;
379 ifo->options & (DHCPCD_INFORM | DHCPCD_STATIC))
380 ifo->options &= ~(DHCPCD_ARP | DHCPCD_IPV4LL);
383 ifo->options &= ~DHCPCD_IPV6RS;
385 if (ifo->metric != -1)
386 ifp->metric = (unsigned int)ifo
531 struct if_options *ifo; local
745 struct if_options *ifo = ifp->options; local
894 struct if_options *ifo; local
1108 struct if_options *ifo; local
1435 struct if_options *ifo; local
[all...]
H A Ddhcp.c584 struct if_options *ifo = ifp->options; local
593 if (!has_option_mask(ifo->nomask, DHO_CSR))
598 if (!p && !has_option_mask(ifo->nomask, DHO_MSCSR)) {
609 if (!(ifo->options & DHCPCD_CSR_WARNED) &&
615 ifo->options |= DHCPCD_CSR_WARNED;
628 if (!has_option_mask(ifo->nomask, DHO_STATICROUTE))
658 if (!has_option_mask(ifo->nomask, DHO_ROUTER))
723 struct if_options *ifo = ifp->options; local
759 if (ifo->options & DHCPCD_BROADCAST &&
774 if (!(ifo
1229 dhcp_getoverride(const struct if_options *ifo, unsigned int o) argument
1281 const struct if_options *ifo; local
1644 struct if_options *ifo = ifp->options; local
1823 struct if_options *ifo = ifp->options; local
2065 struct if_options *ifo = ifp->options; local
2262 struct if_options *ifo; local
2287 struct if_options *ifo; local
2331 struct if_options *ifo; local
2351 struct if_options *ifo; local
2542 blacklisted_ip(const struct if_options *ifo, in_addr_t addr) argument
2553 whitelisted_ip(const struct if_options *ifo, in_addr_t addr) argument
2694 struct if_options *ifo; local
2730 struct if_options *ifo; local
2828 struct if_options *ifo = ifp->options; local
3463 const struct if_options *ifo; local
3547 struct if_options *ifo = ifp->options; local
3750 struct if_options *ifo; local
[all...]
H A Ddhcp6.c159 const struct if_options *ifo; local
168 ifo = ifp->options;
170 if (ifo->vivco_en) {
171 for (i = 0, vivco = ifo->vivco;
172 i < ifo->vivco_len;
194 u32 = htonl(ifo->vivco_en ? ifo->vivco_en : DHCPCD_IANA_PEN);
197 if (ifo->vivco_en) {
198 for (i = 0, vivco = ifo->vivco;
199 i < ifo
517 struct if_options *ifo; local
1949 const struct if_options *ifo; local
2410 struct if_options *ifo; local
2523 struct if_options *ifo; local
2614 const struct if_options *ifo; local
3164 struct if_options *ifo = ifp->options; local
3459 const struct if_options *ifo; local
[all...]
H A Dscript.c230 const struct if_options *ifo = ifp->options; local
339 if (ifo->options & DHCPCD_RELEASE)
380 if (ifo->options & DHCPCD_DEBUG) {
424 (const char *const *)ifo->config) == -1)
429 if (dhcp6 && d6_state && ifo->options & DHCPCD_PFXDLGONLY) {
474 (const char *const *)ifo->config) == -1)
512 if (ifo->environ) {
514 while (ifo->environ[e++])
521 while (ifo->environ[e]) {
522 env[elen + e] = strdup(ifo
[all...]
H A Dipv4.c579 struct if_options *ifo; local
610 ifo = ifp->options;
612 if (!(ifo->options & DHCPCD_ROUTER_HOST_ROUTE_WARNED) &&
615 ifo->options |= DHCPCD_ROUTER_HOST_ROUTE_WARNED;
623 if (!(ifo->options & DHCPCD_ROUTER_HOST_ROUTE_WARNED) &&
626 ifo->options |= DHCPCD_ROUTER_HOST_ROUTE_WARNED;
787 struct if_options *ifo; local
791 ifo = ifp->options;
792 if (ifo->options & DHCPCD_INFORM ||
793 (ifo
[all...]
/external/dhcpcd-6.8.2/dbus/
H A Drpc-dbus.c298 const struct if_options *ifo = ifp->options; local
374 const struct if_options *ifo = ifp->options; local
/external/skia/fuzz/
H A DFuzzCanvas.cpp754 sk_sp<SkImageFilter> ifo = make_fuzz_imageFilter(fuzz, depth - 1); local
756 return SkComposeImageFilter::Make(std::move(ifo), std::move(ifi));

Completed in 175 milliseconds