VLC 4.0.0-dev
Loading...
Searching...
No Matches
ports.c File Reference
Include dependency graph for ports.c:

Functions

static int portcmp (const void *key, const void *entry)
 
bool vlc_http_port_blocked (unsigned port)
 

Variables

static const unsigned short blocked_ports []
 

Function Documentation

◆ portcmp()

static int portcmp ( const void *  key,
const void *  entry 
)
static

Referenced by vlc_http_port_blocked().

◆ vlc_http_port_blocked()

bool vlc_http_port_blocked ( unsigned  port)

References ARRAY_SIZE, blocked_ports, and portcmp().

Referenced by vlc_http_mgr_request().

Variable Documentation

◆ blocked_ports

const unsigned short blocked_ports[]
static

Referenced by vlc_http_port_blocked().