Searched refs:DHCP_CLIENT_PORT (Results 1 – 11 of 11) sorted by relevance
83 #ifndef DHCP_CLIENT_PORT84 #define DHCP_CLIENT_PORT 68 macro158 udphdr->dest = htons(DHCP_CLIENT_PORT); in _low_level_dhcp_send()
47 #define DHCP_CLIENT_PORT 68 macro
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))
92 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \99 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT))
229 udp_bind(dhcp_pcb, IP4_ADDR_ANY, DHCP_CLIENT_PORT); in dhcp_inc_pcb_refcount()
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()
2144 netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are passed
3100 netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are passed
3353 netifs): if LWIP_DHCP is enabled, UDP packets to DHCP_CLIENT_PORT are passed
Completed in 30 milliseconds