Home
last modified time | relevance | path

Searched refs:dhcp_opt (Results 1 – 19 of 19) sorted by relevance

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcp-common.h92 struct dhcp_opt { struct
103 struct dhcp_opt *embopts; argument
107 struct dhcp_opt *encopts; argument
112 struct dhcp_opt *vivso_find(uint32_t, const void *); argument
116 void dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols);
123 int make_option_mask(const struct dhcp_opt *, size_t,
124 const struct dhcp_opt *, size_t,
133 FILE *, const char *, const char *, struct dhcp_opt *,
136 const uint8_t *, size_t, struct dhcp_opt **),
138 void dhcp_zero_index(struct dhcp_opt *);
H A Dif-options.h270 struct dhcp_opt *dhcp_override;
272 struct dhcp_opt *nd_override;
274 struct dhcp_opt *dhcp6_override;
279 struct dhcp_opt *vivso_override;
290 void free_dhcp_opt_embenc(struct dhcp_opt *);
H A Ddhcpcd.h187 struct dhcp_opt *vivso;
217 struct dhcp_opt *dhcp_opts;
238 struct dhcp_opt *nd_opts;
243 struct dhcp_opt *dhcp6_opts;
H A Ddhcp-common.c80 dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols) in dhcp_print_option_encoding()
139 struct dhcp_opt *
144 struct dhcp_opt *opt; in vivso_find()
188 const struct dhcp_opt *odopts, size_t odopts_len, in make_option_mask()
192 const struct dhcp_opt *opt; in make_option_mask()
587 dhcp_optlen(const struct dhcp_opt *opt, size_t dl) in dhcp_optlen()
817 const char *ifname, struct dhcp_opt *opt, in dhcp_envoption()
820 const uint8_t *, size_t, struct dhcp_opt **), in dhcp_envoption() argument
828 struct dhcp_opt *eopt, *oopt; in dhcp_envoption()
936 dhcp_zero_index(struct dhcp_opt *opt) in dhcp_zero_index()
[all …]
H A Dif-options.c497 const struct dhcp_opt **d, size_t *dl, in set_option_space()
498 const struct dhcp_opt **od, size_t *odl, in set_option_space()
555 free_dhcp_opt_embenc(struct dhcp_opt *opt) in free_dhcp_opt_embenc()
558 struct dhcp_opt *o; in free_dhcp_opt_embenc()
629 int opt, const char *arg, struct dhcp_opt **ldop, struct dhcp_opt **edop) in parse_option()
639 const struct dhcp_opt *d, *od; in parse_option()
641 struct dhcp_opt **dop, *ndop; in parse_option()
2290 struct dhcp_opt **ldop, struct dhcp_opt **edop) in parse_config_line()
2386 struct dhcp_opt *opt; in read_config()
2388 struct dhcp_opt *ldop, *edop; in read_config()
[all …]
H A Dipv6nd.h108 const struct dhcp_opt *, size_t);
H A Ddhcp6.h234 const struct dhcp_opt *, size_t);
H A Ddhcp.h265 const struct dhcp_opt *, size_t);
H A Dipv6nd.c178 const struct dhcp_opt *opts, size_t opts_len) in ipv6nd_printoptions()
181 const struct dhcp_opt *opt, *opt2; in ipv6nd_printoptions()
1104 struct dhcp_opt *dho; in ipv6nd_handlera()
1578 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in ipv6nd_getoption()
1582 struct dhcp_opt *opt; in ipv6nd_getoption()
1620 struct dhcp_opt *opt; in ipv6nd_env()
H A Ddhcp6.c146 uint8_t dhcp_opt; member
193 const struct dhcp_opt *opts, size_t opts_len) in dhcp6_printoptions()
196 const struct dhcp_opt *opt, *opt2; in dhcp6_printoptions()
374 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp6_getoption()
378 struct dhcp_opt *opt; in dhcp6_getoption()
641 const struct dhcp_opt *opt, *opt2; in dhcp6_makemessage()
3282 const struct dhcp_opt *opt; in dhcp6_recvif()
3900 for (dhc = dhcp_compats; dhc->dhcp_opt; dhc++) { in dhcp6_start1()
3901 if (DHC_REQ(ifo->requestmask, ifo->nomask, dhc->dhcp_opt)) in dhcp6_start1()
4216 struct dhcp_opt *opt, *vo; in dhcp6_env()
H A Ddhcp.c145 const struct dhcp_opt *opts, size_t opts_len) in dhcp_printoptions()
149 const struct dhcp_opt *opt, *opt2; in dhcp_printoptions()
745 const struct dhcp_opt *opt; in make_message()
1231 static const struct dhcp_opt *
1235 const struct dhcp_opt *opt; in dhcp_getoverride()
1250 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp_getoption()
1253 struct dhcp_opt *opt; in dhcp_getoption()
1289 struct dhcp_opt *opt, *vo; in dhcp_env()
H A Ddhcpcd.c131 struct dhcp_opt *opt; in free_globals()
/dports/devel/py-moto/moto-2.2.16/moto/ec2/responses/
H A Ddhcp_options.py10 dhcp_opt = self.ec2_backend.describe_dhcp_options([dhcp_opt_id])[0]
13 self.ec2_backend.associate_dhcp_options(dhcp_opt, vpc)
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Ddhcp_dhcp.c57 struct dhcp_opt { struct
63 static const struct dhcp_opt dhcp_opts[] = { argument
162 const struct dhcp_opt *opt; in valid_length()
503 const struct dhcp_opt *opt; in make_message()
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/unit/
H A Dtest_cli20_port.py60 for dhcp_opt in extra_dhcp_opts:
63 dhcp_opt)]
87 for dhcp_opt in extra_dhcp_opts:
91 dhcp_opt)]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dhcp.c1377 static struct opt_info dhcp_opt[DHCP_OPT_NUM]; variable
1690 return &dhcp_opt[idx]; in UAT_DEC_CB_DEF()
1698 return dhcp_opt[idx].text; in dhcp_get_opt_text()
7207 memcpy(dhcp_opt, default_dhcp_opt, sizeof(dhcp_opt)); in dhcp_init_protocol()
7217 dhcp_opt[uat_dhcp_records[i].opt].text = wmem_strdup(wmem_file_scope(), uat_dhcp_records[i].text); in dhcp_init_protocol()
7218 dhcp_opt[uat_dhcp_records[i].opt].ftype = uat_dhcp_records[i].ftype; in dhcp_init_protocol()
7219 dhcp_opt[uat_dhcp_records[i].opt].phf = NULL; in dhcp_init_protocol()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dhcp.c1377 static struct opt_info dhcp_opt[DHCP_OPT_NUM]; variable
1690 return &dhcp_opt[idx]; in UAT_DEC_CB_DEF()
1698 return dhcp_opt[idx].text; in dhcp_get_opt_text()
7207 memcpy(dhcp_opt, default_dhcp_opt, sizeof(dhcp_opt)); in dhcp_init_protocol()
7217 dhcp_opt[uat_dhcp_records[i].opt].text = wmem_strdup(wmem_file_scope(), uat_dhcp_records[i].text); in dhcp_init_protocol()
7218 dhcp_opt[uat_dhcp_records[i].opt].ftype = uat_dhcp_records[i].ftype; in dhcp_init_protocol()
7219 dhcp_opt[uat_dhcp_records[i].opt].phf = NULL; in dhcp_init_protocol()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dhcp.c1377 static struct opt_info dhcp_opt[DHCP_OPT_NUM];
1690 return &dhcp_opt[idx];
1698 return dhcp_opt[idx].text; in BuilderFromSource()
7207 memcpy(dhcp_opt, default_dhcp_opt, sizeof(dhcp_opt));
7217 dhcp_opt[uat_dhcp_records[i].opt].text = wmem_strdup(wmem_file_scope(), uat_dhcp_records[i].text);
7218 dhcp_opt[uat_dhcp_records[i].opt].ftype = uat_dhcp_records[i].ftype;
7219 dhcp_opt[uat_dhcp_records[i].opt].phf = NULL;
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dhcp.c1377 static struct opt_info dhcp_opt[DHCP_OPT_NUM]; variable
1690 return &dhcp_opt[idx]; in UAT_DEC_CB_DEF()
1698 return dhcp_opt[idx].text; in dhcp_get_opt_text()
7207 memcpy(dhcp_opt, default_dhcp_opt, sizeof(dhcp_opt)); in dhcp_init_protocol()
7217 dhcp_opt[uat_dhcp_records[i].opt].text = wmem_strdup(wmem_file_scope(), uat_dhcp_records[i].text); in dhcp_init_protocol()
7218 dhcp_opt[uat_dhcp_records[i].opt].ftype = uat_dhcp_records[i].ftype; in dhcp_init_protocol()
7219 dhcp_opt[uat_dhcp_records[i].opt].phf = NULL; in dhcp_init_protocol()