OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP_DECLINE
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
dhcp.h
184
#define
DHCP_DECLINE
4
/external/dhcpcd-6.8.2/
dhcp.h
56
#define
DHCP_DECLINE
4
dhcp.c
94
{
DHCP_DECLINE
, "DECLINE" },
761
type !=
DHCP_DECLINE
&&
765
if (type !=
DHCP_DECLINE
&& type != DHCP_RELEASE) {
787
if (type ==
DHCP_DECLINE
||
802
if (type ==
DHCP_DECLINE
) {
1879
dhcp_decline
(struct interface *ifp)
function
[
all
...]
/external/syslinux/core/lwip/src/core/
dhcp.c
142
static err_t
dhcp_decline
(struct netif *netif);
813
dhcp_decline
(netif);
828
dhcp_decline
(struct netif *netif)
function
833
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("
dhcp_decline
()\n"));
836
result = dhcp_create_msg(netif, dhcp,
DHCP_DECLINE
);
848
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("
dhcp_decline
: BACKING OFF\n"));
851
("
dhcp_decline
: could not allocate DHCP request\n"));
856
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("
dhcp_decline
(): set request timeout %"U16_F" msecs\n", msecs));
[
all
...]
Completed in 3857 milliseconds