OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refresh_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/client/
dhc6.c
1617
client->
refresh_type
= DHCPV6_REBIND;
5033
client->
refresh_type
= DHCPV6_DECLINE;
5178
client->
refresh_type
= DHCPV6_RENEW;
5184
* client->
refresh_type
must be set before entering this function.
5207
switch (client->
refresh_type
) {
5214
client->
refresh_type
, MDL);
5254
if (client->
refresh_type
== DHCPV6_RENEW) {
5271
ds.buffer->data[0] = client->
refresh_type
;
5286
dhcpv6_type_names[client->
refresh_type
]);
5289
dhcpv6_type_names[client->
refresh_type
],
[
all
...]
/src/external/mpl/dhcp/dist/includes/
dhcpd.h
1327
u_int8_t
refresh_type
;
member in struct:client_state
Completed in 32 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026