/external/dhcpcd-6.8.2/ |
D | dhcp-common.h | 71 struct dhcp_opt { struct 81 struct dhcp_opt *embopts; argument 85 struct dhcp_opt *encopts; argument 89 struct dhcp_opt *vivso_find(uint32_t, const void *); argument 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 *);
|
D | if-options.h | 195 struct dhcp_opt *dhcp_override; 197 struct dhcp_opt *dhcp6_override; 202 struct dhcp_opt *vivso_override; 212 void free_dhcp_opt_embenc(struct dhcp_opt *);
|
D | dhcp-common.c | 47 dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols) in dhcp_print_option_encoding() 104 struct dhcp_opt * 109 struct dhcp_opt *opt; in vivso_find() 151 make_option_mask(const struct dhcp_opt *dopts, size_t dopts_len, in make_option_mask() 152 const struct dhcp_opt *odopts, size_t odopts_len, in make_option_mask() 156 const struct dhcp_opt *opt; in make_option_mask() 527 dhcp_optlen(const struct dhcp_opt *opt, size_t dl) in dhcp_optlen() 754 const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol, in dhcp_envoption1() 794 const char *ifname, struct dhcp_opt *opt, in dhcp_envoption() 797 const uint8_t *, size_t, struct dhcp_opt **), in dhcp_envoption() argument [all …]
|
D | dhcpcd.h | 119 struct dhcp_opt *vivso; 123 struct dhcp_opt *dhcp_opts; 140 struct dhcp_opt *dhcp6_opts;
|
D | if-options.c | 518 const struct dhcp_opt **d, size_t *dl, in set_option_space() 519 const struct dhcp_opt **od, size_t *odl, in set_option_space() 562 free_dhcp_opt_embenc(struct dhcp_opt *opt) in free_dhcp_opt_embenc() 565 struct dhcp_opt *o; in free_dhcp_opt_embenc() 634 int opt, const char *arg, struct dhcp_opt **ldop, struct dhcp_opt **edop) in parse_option() 644 const struct dhcp_opt *d, *od; in parse_option() 646 struct dhcp_opt **dop, *ndop; in parse_option() 2023 struct dhcp_opt **ldop, struct dhcp_opt **edop) in parse_config_line() 2102 struct dhcp_opt *opt; 2104 struct dhcp_opt *ldop, *edop; [all …]
|
D | dhcp6.h | 234 const struct dhcp_opt *, size_t);
|
D | dhcp.h | 279 const struct dhcp_opt *, size_t);
|
D | dhcp6.c | 91 uint8_t dhcp_opt; member 133 const struct dhcp_opt *opts, size_t opts_len) in dhcp6_printoptions() 136 const struct dhcp_opt *opt, *opt2; in dhcp6_printoptions() 247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp6_getoption() 251 struct dhcp_opt *opt; in dhcp6_getoption() 518 const struct dhcp_opt *opt, *opt2; in dhcp6_makemessage() 2613 const struct dhcp_opt *opt; in dhcp6_handledata() 3177 for (dhc = dhcp_compats; dhc->dhcp_opt; dhc++) { in dhcp6_start1() 3178 if (has_option_mask(ifo->requestmask, dhc->dhcp_opt)) in dhcp6_start1() 3460 struct dhcp_opt *opt, *vo; in dhcp6_env()
|
D | dhcp.c | 125 const struct dhcp_opt *opts, size_t opts_len) in dhcp_printoptions() 129 const struct dhcp_opt *opt, *opt2; in dhcp_printoptions() 722 const struct dhcp_opt *opt; in make_message() 1228 static const struct dhcp_opt * 1232 const struct dhcp_opt *opt; in dhcp_getoverride() 1247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp_getoption() 1250 struct dhcp_opt *opt; in dhcp_getoption() 1286 struct dhcp_opt *opt, *vo; in dhcp_env()
|
D | dhcpcd.c | 145 struct dhcp_opt *opt; in free_globals()
|
/external/dnsmasq/src/ |
D | rfc2131.c | 113 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt); 114 static void do_encap_opts(struct dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, uns… 117 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid); 148 struct dhcp_opt *o; in dhcp_reply() 730 struct dhcp_opt opt71; in dhcp_reply() 1716 static int do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_te… in do_opt() 1760 static struct dhcp_opt *option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt) in option_find2() 1762 struct dhcp_opt *tmp; in option_find2() 1773 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt) in match_vendor_opts() 1793 static void do_encap_opts(struct dhcp_opt *opt, int encap, int flag, in do_encap_opts() [all …]
|
D | dnsmasq.h | 470 struct dhcp_opt { struct 479 struct dhcp_opt *next; argument 612 struct dhcp_opt *dhcp_opts, *dhcp_match;
|
D | option.c | 672 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() 1959 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in one_opt() 2723 struct dhcp_opt *opts, *cp, **up; in reread_dhcp()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 413 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt);
|