OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_RELEASE
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
dhcp.h
60
#define
DHCP_RELEASE
7
dhcp.c
922
if ((type == DHCP_INFORM || type ==
DHCP_RELEASE
||
947
type !=
DHCP_RELEASE
)
950
if (type != DHCP_DECLINE && type !=
DHCP_RELEASE
) {
979
if (type ==
DHCP_RELEASE
) {
[
all
...]
dhcpcd.c
121
{
DHCP_RELEASE
, "RELEASE" },
757
send_message(iface,
DHCP_RELEASE
, NULL);
[
all
...]
Completed in 152 milliseconds