Searched refs:DHCP_CLIENT_PORT (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.h32 #define DHCP_CLIENT_PORT 68 macro
H A DDhcp4Io.c347 UdpConfigData.StationPort = DHCP_CLIENT_PORT;
1395 EndPoint.LocalPort = DHCP_CLIENT_PORT;
1470 EndPoint.LocalPort = DHCP_CLIENT_PORT;
H A DDhcp4Driver.c136 UdpConfigData.StationPort = DHCP_CLIENT_PORT;
H A DDhcp4Impl.c1214 UdpConfigData.StationPort = DHCP_CLIENT_PORT;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Ddhcp.h147 #define DHCP_CLIENT_PORT 68 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddhcp.h155 #define DHCP_CLIENT_PORT 68 macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Ddhcp.c251 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
614 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
688 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
742 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
861 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
915 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
962 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c262 if (ntohs(((struct udp_hdr *)((u8_t *)iphdr + iphdrlen))->dest) == DHCP_CLIENT_PORT) {
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c88 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \
95 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT))
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddhcp.c683 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
732 udp_bind(dhcp.pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
H A Dudp.c215 /* when LWIP_DHCP is active, packets to DHCP_CLIENT_PORT may only be processed by
216 the dhcp module, no other UDP pcb may use the local UDP port DHCP_CLIENT_PORT */
217 if (dest == DHCP_CLIENT_PORT) {
218 /* all packets for DHCP_CLIENT_PORT not coming from DHCP_SERVER_PORT are dropped! */

Completed in 91 milliseconds