Searched refs:PXE_PORT (Results 1 – 2 of 2) sorted by relevance
711 inet_ntoa ( offer->server ), PXE_PORT ); in dhcp_proxy_tx()721 peer->sin_port = htons ( PXE_PORT ); in dhcp_proxy_tx()756 if ( peer->sin_port != htons ( PXE_PORT ) ) in dhcp_proxy_rx()843 htons ( BOOTPS_PORT ) : htons ( PXE_PORT ) ); in dhcp_pxebs_tx()915 ( peer->sin_port != htons ( PXE_PORT ) ) ) in dhcp_pxebs_rx()
32 #define PXE_PORT 4011 macro