Searched refs:DHCP_CLIENT_PORT (Results 1 – 5 of 5) sorted by relevance
155 #define DHCP_CLIENT_PORT 68 macro
82 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \89 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT))
206 if (dest == DHCP_CLIENT_PORT) {
685 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); in dhcp_start()734 udp_bind(dhcp.pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); in dhcp_inform()
2154 netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are passed