Searched refs:dhcp_opt (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.h93 struct dhcp_opt { struct
104 struct dhcp_opt *embopts;
108 struct dhcp_opt *encopts;
113 struct dhcp_opt *vivso_find(uint32_t, const void *);
117 void dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols);
124 int make_option_mask(const struct dhcp_opt *, size_t,
125 const struct dhcp_opt *, size_t,
134 FILE *, const char *, const char *, struct dhcp_opt *,
137 const uint8_t *, size_t, struct dhcp_opt **),
139 void dhcp_zero_index(struct dhcp_opt *);
[all...]
H A Ddhcpcd.h183 struct dhcp_opt *vivso;
210 struct dhcp_opt *dhcp_opts;
231 struct dhcp_opt *nd_opts;
236 struct dhcp_opt *dhcp6_opts;
H A Dif-options.h284 struct dhcp_opt *dhcp_override;
286 struct dhcp_opt *nd_override;
288 struct dhcp_opt *dhcp6_override;
293 struct dhcp_opt *vivso_override;
303 void free_dhcp_opt_embenc(struct dhcp_opt *);
H A Ddhcp-common.c80 dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols)
141 struct dhcp_opt *
146 struct dhcp_opt *opt;
189 make_option_mask(const struct dhcp_opt *dopts, size_t dopts_len,
190 const struct dhcp_opt *odopts, size_t odopts_len,
194 const struct dhcp_opt *opt;
590 dhcp_optlen(const struct dhcp_opt *opt, size_t dl)
628 print_option(FILE *fp, const char *prefix, const struct dhcp_opt *opt,
871 const char *ifname, struct dhcp_opt *opt,
874 const uint8_t *, size_t, struct dhcp_opt **),
[all...]
H A Dipv6nd.h125 const struct dhcp_opt *, size_t);
H A Ddhcp6.h235 const struct dhcp_opt *, size_t);
H A Dif-options.c510 const struct dhcp_opt **d, size_t *dl,
511 const struct dhcp_opt **od, size_t *odl,
568 free_dhcp_opt_embenc(struct dhcp_opt *opt)
571 struct dhcp_opt *o;
642 int opt, const char *arg, struct dhcp_opt **ldop, struct dhcp_opt **edop)
652 const struct dhcp_opt *d, *od;
654 struct dhcp_opt **dop, *ndop;
2393 struct dhcp_opt **ldop, struct dhcp_opt **edo
[all...]
H A Ddhcp.h265 const struct dhcp_opt *, size_t);
H A Ddhcp6.c146 uint8_t dhcp_opt; member in struct:dhcp_compat
200 const struct dhcp_opt *opts, size_t opts_len)
203 const struct dhcp_opt *opt, *opt2;
381 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
385 struct dhcp_opt *opt;
648 const struct dhcp_opt *opt, *opt2;
3331 const struct dhcp_opt *opt;
3966 for (dhc = dhcp_compats; dhc->dhcp_opt; dhc++) {
3967 if (DHC_REQ(ifo->requestmask, ifo->nomask, dhc->dhcp_opt))
4280 struct dhcp_opt *op
[all...]
H A Dipv6nd.c194 const struct dhcp_opt *opts, size_t opts_len)
197 const struct dhcp_opt *opt, *opt2;
1131 struct dhcp_opt *dho;
1697 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
1701 struct dhcp_opt *opt;
1739 struct dhcp_opt *opt;
H A Ddhcp.c140 const struct dhcp_opt *opts, size_t opts_len)
144 const struct dhcp_opt *opt, *opt2;
731 const struct dhcp_opt *opt;
1217 static const struct dhcp_opt *
1221 const struct dhcp_opt *opt;
1236 const uint8_t *od, size_t ol, struct dhcp_opt **oopt)
1239 struct dhcp_opt *opt;
1275 struct dhcp_opt *opt, *vo;
H A Ddhcpcd.c134 struct dhcp_opt *opt;
/netbsd-current/usr.bin/rump_dhcpclient/
H A Ddhcp.c61 struct dhcp_opt { struct
67 static const struct dhcp_opt dhcp_opts[] = {
166 const struct dhcp_opt *opt;
545 const struct dhcp_opt *opt;

Completed in 343 milliseconds