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

  /external/dhcpcd-6.8.2/
dhcp-common.h 71 struct dhcp_opt { struct
81 struct dhcp_opt *embopts;
85 struct dhcp_opt *encopts;
89 struct dhcp_opt *vivso_find(uint32_t, const void *);
93 void dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols);
100 int make_option_mask(const struct dhcp_opt *, size_t,
101 const struct dhcp_opt *, size_t,
113 char **, const char *, const char *, struct dhcp_opt *,
116 const uint8_t *, size_t, struct dhcp_opt **),
118 void dhcp_zero_index(struct dhcp_opt *);
    [all...]
dhcp6.c 91 uint8_t dhcp_opt; member in struct:dhcp_compat
133 const struct dhcp_opt *opts, size_t opts_len)
136 const struct dhcp_opt *opt, *opt2;
247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
251 struct dhcp_opt *opt;
518 const struct dhcp_opt *opt, *opt2;
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 463 struct dhcp_opt { struct
472 struct dhcp_opt *next;
605 struct dhcp_opt *dhcp_opts, *dhcp_match;

Completed in 145 milliseconds