Home
last modified time | relevance | path

Searched refs:requested_address (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sbin/dhclient/
Ddhclient.c782 if (lease->address.len == client->requested_address.len && in dhcpoffer()
784 client->requested_address.iabuf, in dhcpoffer()
785 client->requested_address.len)) { in dhcpoffer()
1273 client->requested_address = lease->address; in make_discover()
1278 client->requested_address.len = 0; in make_discover()
1343 client->requested_address = lease->address; in make_request()
1348 client->requested_address.len = 0; in make_request()
Ddhcpd.h175 struct iaddr requested_address; member
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.h258 CORE_ADDR requested_address; member
Dbreakpoint.c2111 if (bs->breakpoint_at->loc->address != bs->breakpoint_at->loc->requested_address) in print_it_typical()
2112 breakpoint_adjustment_warning (bs->breakpoint_at->loc->requested_address, in print_it_typical()
4083 b->loc->requested_address = sal.pc; in set_raw_breakpoint()
4084 b->loc->address = adjust_breakpoint_address (b->loc->requested_address, in set_raw_breakpoint()
4688 b->loc->requested_address = pc; in set_longjmp_resume_breakpoint()
4689 b->loc->address = adjust_breakpoint_address (b->loc->requested_address, in set_longjmp_resume_breakpoint()
5775 scope_breakpoint->loc->requested_address in watch_command_1()
5778 = adjust_breakpoint_address (scope_breakpoint->loc->requested_address, in watch_command_1()
7099 b->loc->requested_address = sals.sals[i].pc;
7101 = adjust_breakpoint_address (b->loc->requested_address,
/mirbsd/src/usr.sbin/dhcpd/
Ddhcpd.h415 struct iaddr requested_address; /* Address we would like to get. */ member