Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Ddhcp.c169 static err_t dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type);
1641 dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type) in dhcp_create_msg() argument
1699 if ((message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || in dhcp_create_msg()
1700 ((message_type == DHCP_REQUEST) && /* DHCP_BOUND not used for sending! */ in dhcp_create_msg()
1725 dhcp_option_byte(dhcp, message_type); in dhcp_create_msg()