FTEQW
Documentation of the FTE engine source tree.
netadr_s Struct Reference

#include <net.h>

Public Attributes

netadrtype_t type
 
netproto_t prot
 
unsigned short port
 
unsigned short connum
 
unsigned int scopeid
 
union {
   qbyte   ip [4]
 
   qbyte   ip6 [16]
 
   qbyte   ipx [10]
 
   struct {
      char   host [32]
 
      char   user [32]
 
      char   channel [12]
 
   }   irc
 
   char   icename [16]
 
   char   websocketurl [64]
 
   struct {
      int   len
 
      char   path [108]
 
   }   un
 
address
 

Member Data Documentation

◆ 

union { ... } netadr_s::address

◆ channel

char netadr_s::channel[12]

◆ connum

unsigned short netadr_s::connum

◆ host

char netadr_s::host[32]

◆ icename

char netadr_s::icename[16]

◆ ip

qbyte netadr_s::ip[4]

◆ ip6

qbyte netadr_s::ip6[16]

◆ ipx

qbyte netadr_s::ipx[10]

◆ 

struct { ... } netadr_s::irc

◆ len

int netadr_s::len

◆ path

char netadr_s::path[108]

◆ port

unsigned short netadr_s::port

◆ prot

netproto_t netadr_s::prot

◆ scopeid

unsigned int netadr_s::scopeid

◆ type

netadrtype_t netadr_s::type

◆ 

struct { ... } netadr_s::un

◆ user

char netadr_s::user[32]

◆ websocketurl

char netadr_s::websocketurl[64]

The documentation for this struct was generated from the following file: