Home
last modified time | relevance | path

Searched refs:dhcp_opts (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dbootp.cc208 dhcp_options_t dhcp_opts; in bootp_reply() local
213 dhcp_decode(slirp, bp, &dhcp_opts); in bootp_reply()
220 if (dhcp_opts.msg_type == 0) in bootp_reply()
224 dhcp_opts.msg_type != DHCPREQUEST) in bootp_reply()
322 if ((dhcp_opts.lease_time != 0) && in bootp_reply()
330 dhcp_opts.lease_time = 0; in bootp_reply()
349 free(dhcp_opts.hostname); in bootp_reply()
350 dhcp_opts.hostname = NULL; in bootp_reply()
353 pp = dhcp_opts.params; in bootp_reply()
354 plen = dhcp_opts.params_len; in bootp_reply()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Ddhcp_option.c142 static const struct dhcp_options dhcp_opts[] = { variable
170 const int opt_entries = sizeof(dhcp_opts) / sizeof(dhcp_opts[0]); in parse_dhcp_options()
194 opt = dhcp_opts; in parse_dhcp_options()
/dports/devel/py-moto/moto-2.2.16/moto/ec2/responses/
H A Ddhcp_options.py49 dhcp_opts = self.ec2_backend.describe_dhcp_options(dhcp_opt_ids, filters)
51 return template.render(dhcp_options=dhcp_opts)
/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/helpers/
H A Dazure.py1098 def get_metadata_from_fabric(fallback_lease_file=None, dhcp_opts=None, argument
1101 dhcp_options=dhcp_opts)
1110 def report_failure_to_fabric(fallback_lease_file=None, dhcp_opts=None, argument
1113 dhcp_options=dhcp_opts)
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Ddhcp_dhcp.c63 static const struct dhcp_opt dhcp_opts[] = { variable
168 for (opt = dhcp_opts; opt->option; opt++) { in valid_length()
677 for (opt = dhcp_opts; opt->option; opt++) { in make_message()
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcpcd.h217 struct dhcp_opt *dhcp_opts; member
H A Ddhcpcd.c153 if (ctx->dhcp_opts) { in free_globals()
154 for (opt = ctx->dhcp_opts; in free_globals()
158 free(ctx->dhcp_opts); in free_globals()
159 ctx->dhcp_opts = NULL; in free_globals()
H A Ddhcp.c155 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_printoptions()
901 for (i = 0, opt = ifp->ctx->dhcp_opts; in make_message()
1270 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_getoption()
1345 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
1358 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
H A Dif-options.c538 *d = ctx->dhcp_opts; in set_option_space()
2496 ctx->dhcp_opts = ifo->dhcp_override; in read_config()
/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Ddhcp.h125 } dhcp_opts; member
H A Ddhcp.c1287 memcpy(&pack->dhcp.sname, conn->dhcp_opts.sname, DHCP_SNAME_LEN); in dhcp_create_pkt()
1288 memcpy(&pack->dhcp.file, conn->dhcp_opts.file, DHCP_FILE_LEN); in dhcp_create_pkt()
1378 memcpy(&pack->dhcp.options[pos], conn->dhcp_opts.options, DHCP_OPTIONS_LEN-pos); in dhcp_create_pkt()
1379 pos += conn->dhcp_opts.option_length; in dhcp_create_pkt()
H A Dchilli.c2294 memcpy(dhcpconn->dhcp_opts.sname, attr->v.t, attr->l-2); in cb_radius_auth_conf()
2298 memcpy(dhcpconn->dhcp_opts.file, attr->v.t, attr->l-2); in cb_radius_auth_conf()
2302 memcpy(dhcpconn->dhcp_opts.options, attr->v.t, in cb_radius_auth_conf()
2303 dhcpconn->dhcp_opts.option_length = attr->l-2); in cb_radius_auth_conf()
/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/
H A DDataSourceAzure.py1368 dhcp_opts=self._ephemeral_dhcp_ctx.lease[unknown_245_key],
1384 dhcp_opts=lease[unknown_245_key],
1414 dhcp_opts=lease['unknown-245'],
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_datasource/
H A Dtest_azure_helper.py1310 dhcp_opts=m_dhcp_options)
1377 dhcp_opts=m_dhcp_options)
H A Dtest_azure.py1517 dhcp_opts=mock.ANY, description=test_msg)
1528 dhcp_opts=mock.ANY, description=None)
1552 description=mock.ANY, dhcp_opts=test_lease_dhcp_option_245)
1582 description=mock.ANY, dhcp_opts=test_lease_dhcp_option_245)
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_fils.py1050 dhcp_opts = build_dhcp(req=True, dhcp_msg=DHCPNAK,
1090 tests = [binascii.hexlify(dhcp_opts).decode(),
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_fils.py1050 dhcp_opts = build_dhcp(req=True, dhcp_msg=DHCPNAK,
1090 tests = [binascii.hexlify(dhcp_opts).decode(),