OpenTTD Source  20241108-master-g80f628063a
host.cpp File Reference

Functions related to getting host specific data (IPs). More...

#include "../../stdafx.h"
#include "../../debug.h"
#include "../../core/alloc_func.hpp"
#include "address.h"
#include "../../safeguards.h"

Go to the source code of this file.

Functions

static void NetworkFindBroadcastIPsInternal (NetworkAddressList *broadcast)
 Internal implementation for finding the broadcast IPs. More...
 
void NetworkFindBroadcastIPs (NetworkAddressList *broadcast)
 Find the IPv4 broadcast addresses; IPv6 uses a completely different strategy for broadcasting. More...
 

Detailed Description

Functions related to getting host specific data (IPs).

Definition in file host.cpp.

Function Documentation

◆ NetworkFindBroadcastIPs()

void NetworkFindBroadcastIPs ( NetworkAddressList broadcast)

Find the IPv4 broadcast addresses; IPv6 uses a completely different strategy for broadcasting.

Parameters
broadcastthe list of broadcasts to write into.

Definition at line 86 of file host.cpp.

References Debug, NETWORK_DEFAULT_PORT, and NetworkFindBroadcastIPsInternal().

◆ NetworkFindBroadcastIPsInternal()

static void NetworkFindBroadcastIPsInternal ( NetworkAddressList broadcast)
static

Internal implementation for finding the broadcast IPs.

This function is implemented multiple times for multiple targets.

Parameters
broadcastthe list of broadcasts to write into.

Definition at line 63 of file host.cpp.

Referenced by NetworkFindBroadcastIPs().