Annotation of quake1/net_wipx.h, revision 1.1

1.1     ! root        1: // net_wipx.h
        !             2: 
        !             3: int  WIPX_Init (void);
        !             4: void WIPX_Shutdown (void);
        !             5: void WIPX_Listen (qboolean state);
        !             6: int  WIPX_OpenSocket (int port);
        !             7: int  WIPX_CloseSocket (int socket);
        !             8: int  WIPX_Connect (int socket, struct qsockaddr *addr);
        !             9: int  WIPX_CheckNewConnections (void);
        !            10: int  WIPX_Read (int socket, byte *buf, int len, struct qsockaddr *addr);
        !            11: int  WIPX_Write (int socket, byte *buf, int len, struct qsockaddr *addr);
        !            12: int  WIPX_Broadcast (int socket, byte *buf, int len);
        !            13: char *WIPX_AddrToString (struct qsockaddr *addr);
        !            14: int  WIPX_StringToAddr (char *string, struct qsockaddr *addr);
        !            15: int  WIPX_GetSocketAddr (int socket, struct qsockaddr *addr);
        !            16: int  WIPX_GetNameFromAddr (struct qsockaddr *addr, char *name);
        !            17: int  WIPX_GetAddrFromName (char *name, struct qsockaddr *addr);
        !            18: int  WIPX_AddrCompare (struct qsockaddr *addr1, struct qsockaddr *addr2);
        !            19: int  WIPX_GetSocketPort (struct qsockaddr *addr);
        !            20: int  WIPX_SetSocketPort (struct qsockaddr *addr, int port);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.