Home
last modified time | relevance | path

Searched refs:refresh_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhc6.c1617 client->refresh_type = DHCPV6_REBIND; in start_confirm6()
5033 client->refresh_type = DHCPV6_DECLINE; in start_decline6()
5178 client->refresh_type = DHCPV6_RENEW; in start_renew6()
5207 switch (client->refresh_type) { in do_refresh6()
5214 client->refresh_type, MDL); in do_refresh6()
5254 if (client->refresh_type == DHCPV6_RENEW) { in do_refresh6()
5271 ds.buffer->data[0] = client->refresh_type; in do_refresh6()
5286 dhcpv6_type_names[client->refresh_type]); in do_refresh6()
5289 dhcpv6_type_names[client->refresh_type], in do_refresh6()
5295 client->refresh_type); in do_refresh6()
[all …]
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1327 u_int8_t refresh_type; member