OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcp_inform
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd-6.8.2/
dhcp.h
60
#define
DHCP_INFORM
8
306
void
dhcp_inform
(struct interface *);
dhcp.c
98
{
DHCP_INFORM
, "INFORM" },
737
if ((type ==
DHCP_INFORM
|| type == DHCP_RELEASE ||
745
if (type ==
DHCP_INFORM
&& state->addr.s_addr == 0)
830
type ==
DHCP_INFORM
||
867
if (type !=
DHCP_INFORM
) {
984
if (type ==
DHCP_INFORM
&&
1008
if (type ==
DHCP_INFORM
&&
2284
dhcp_inform
(struct interface *ifp)
function
[
all
...]
Completed in 281 milliseconds