Home
last modified time | relevance | path

Searched refs:lhnetsocket_t (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dlhnet.h39 lhnetsocket_t; typedef
44 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address);
45 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket);
46 lhnetaddress_t *LHNET_AddressFromSocket(lhnetsocket_t *sock);
47 int LHNET_Read(lhnetsocket_t *lhnetsocket, void *content, int maxcontentlength, lhnetaddress_t *add…
48 int LHNET_Write(lhnetsocket_t *lhnetsocket, const void *content, int contentlength, const lhnetaddr…
H A Dnetconn.h137 lhnetsocket_t *mysocket;
402 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address);
403 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address);
406 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress);
409 int NetConn_Read(lhnetsocket_t *mysocket, void *data, int maxlength, lhnetaddress_t *peeraddress);
410 int NetConn_Write(lhnetsocket_t *mysocket, const void *data, int length, const lhnetaddress_t *peer…
411 int NetConn_WriteString(lhnetsocket_t *mysocket, const char *string, const lhnetaddress_t *peeraddr…
H A Dlhnet.c539 static lhnetsocket_t lhnet_socketlist;
647 lhnetsocket_t *s; in LHNET_SleepUntilPacket_Microseconds()
664 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address) in LHNET_OpenSocket_Connectionless()
666 lhnetsocket_t *lhnetsocket, *s; in LHNET_OpenSocket_Connectionless()
669 lhnetsocket = (lhnetsocket_t *)Z_Malloc(sizeof(*lhnetsocket)); in LHNET_OpenSocket_Connectionless()
800 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket) in LHNET_CloseSocket()
821 lhnetaddress_t *LHNET_AddressFromSocket(lhnetsocket_t *sock) in LHNET_AddressFromSocket()
829 int LHNET_Read(lhnetsocket_t *lhnetsocket, void *content, int maxcontentlength, lhnetaddress_t *vad… in LHNET_Read()
988 lhnetsocket_t *sock1; in main()
989 lhnetsocket_t *sock2; in main()
[all …]
H A Dconsole.h31 void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest);
H A Dnetconn.c122 static lhnetsocket_t *cl_sockets[16];
124 static lhnetsocket_t *sv_sockets[16];
551 int NetConn_Read(lhnetsocket_t *mysocket, void *data, int maxlength, lhnetaddress_t *peeraddress) in NetConn_Read()
577 int NetConn_Write(lhnetsocket_t *mysocket, const void *data, int length, const lhnetaddress_t *peer… in NetConn_Write()
597 int NetConn_WriteString(lhnetsocket_t *mysocket, const char *string, const lhnetaddress_t *peeraddr… in NetConn_WriteString()
845 lhnetsocket_t *s; in NetConn_OpenClientPort()
896 lhnetsocket_t *s; in NetConn_OpenServerPort()
954 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address) in NetConn_ChooseClientSocketForAddress()
963 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address) in NetConn_ChooseServerSocketForAddress()
972 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress) in NetConn_Open()
[all …]
H A Dconsole.c89 lhnetsocket_t *rcon_redirect_sock = NULL;
348 lhnetsocket_t *log_dest_socket; in Log_DestBuffer_Flush()
876 void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest) in Con_Rcon_Redirect_Init()
H A Dhost_cmd.c2348 lhnetsocket_t *mysocket; in Host_PQRcon_f()
2410 lhnetsocket_t *mysocket; in Host_Rcon_f()
2634 lhnetsocket_t *mysocket; in Host_Packet_f()
H A Dclient.h578 lhnetsocket_t *connect_mysocket;
H A DChangeLog7777 fix an unsigned/signed comparison warning on lhnetsocket_t.inetsocket
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dlhnet.h39 lhnetsocket_t; typedef
45 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address);
46 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket);
47 lhnetaddress_t *LHNET_AddressFromSocket(lhnetsocket_t *sock);
48 int LHNET_Read(lhnetsocket_t *lhnetsocket, void *content, int maxcontentlength, lhnetaddress_t *add…
49 int LHNET_Write(lhnetsocket_t *lhnetsocket, const void *content, int contentlength, const lhnetaddr…
H A Dnetconn.h141 lhnetsocket_t *mysocket;
442 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address);
443 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address);
446 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress);
449 int NetConn_Read(lhnetsocket_t *mysocket, void *data, int maxlength, lhnetaddress_t *peeraddress);
450 int NetConn_Write(lhnetsocket_t *mysocket, const void *data, int length, const lhnetaddress_t *peer…
451 int NetConn_WriteString(lhnetsocket_t *mysocket, const char *string, const lhnetaddress_t *peeraddr…
H A Dlhnet.c727 static lhnetsocket_t lhnet_socketlist;
849 lhnetsocket_t *s; in LHNET_SleepUntilPacket_Microseconds()
873 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address) in LHNET_OpenSocket_Connectionless()
875 lhnetsocket_t *lhnetsocket, *s; in LHNET_OpenSocket_Connectionless()
878 lhnetsocket = (lhnetsocket_t *)Z_Malloc(sizeof(*lhnetsocket)); in LHNET_OpenSocket_Connectionless()
1059 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket) in LHNET_CloseSocket()
1080 lhnetaddress_t *LHNET_AddressFromSocket(lhnetsocket_t *sock) in LHNET_AddressFromSocket()
1088 int LHNET_Read(lhnetsocket_t *lhnetsocket, void *content, int maxcontentlength, lhnetaddress_t *vad… in LHNET_Read()
1251 lhnetsocket_t *sock1; in main()
1252 lhnetsocket_t *sock2; in main()
[all …]
H A Dconsole.h31 void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest, qboolean proquakeprotocol);
H A Dnetconn.c127 static lhnetsocket_t *cl_sockets[16];
129 static lhnetsocket_t *sv_sockets[16];
611 int NetConn_Read(lhnetsocket_t *mysocket, void *data, int maxlength, lhnetaddress_t *peeraddress) in NetConn_Read()
642 int NetConn_Write(lhnetsocket_t *mysocket, const void *data, int length, const lhnetaddress_t *peer… in NetConn_Write()
666 int NetConn_WriteString(lhnetsocket_t *mysocket, const char *string, const lhnetaddress_t *peeraddr… in NetConn_WriteString()
955 lhnetsocket_t *s; in NetConn_OpenClientPort()
1014 lhnetsocket_t *s; in NetConn_OpenServerPort()
1082 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address) in NetConn_ChooseClientSocketForAddress()
1091 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address) in NetConn_ChooseServerSocketForAddress()
1100 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress) in NetConn_Open()
[all …]
H A Dconsole.c96 lhnetsocket_t *rcon_redirect_sock = NULL;
425 lhnetsocket_t *log_dest_socket; in Log_DestBuffer_Flush_NoLock()
973 void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest, qboolean proquakeprotocol) in Con_Rcon_Redirect_Init()
H A Dhost_cmd.c2555 lhnetsocket_t *mysocket; in Host_PQRcon_f()
2617 lhnetsocket_t *mysocket; in Host_Rcon_f()
2871 lhnetsocket_t *mysocket; in Host_Packet_f()
H A Dclient.h835 lhnetsocket_t *connect_mysocket;
/dports/games/darkplaces/darkplaces/
H A Dlhnet.h39 lhnetsocket_t; typedef
45 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address);
46 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket);
47 lhnetaddress_t *LHNET_AddressFromSocket(lhnetsocket_t *sock);
48 int LHNET_Read(lhnetsocket_t *lhnetsocket, void *content, int maxcontentlength, lhnetaddress_t *add…
49 int LHNET_Write(lhnetsocket_t *lhnetsocket, const void *content, int contentlength, const lhnetaddr…
H A Dnetconn.h141 lhnetsocket_t *mysocket;
442 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address);
443 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address);
446 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress);
449 int NetConn_Read(lhnetsocket_t *mysocket, void *data, int maxlength, lhnetaddress_t *peeraddress);
450 int NetConn_Write(lhnetsocket_t *mysocket, const void *data, int length, const lhnetaddress_t *peer…
451 int NetConn_WriteString(lhnetsocket_t *mysocket, const char *string, const lhnetaddress_t *peeraddr…
H A Dlhnet.c728 static lhnetsocket_t lhnet_socketlist;
850 lhnetsocket_t *s; in LHNET_SleepUntilPacket_Microseconds()
874 lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address) in LHNET_OpenSocket_Connectionless()
876 lhnetsocket_t *lhnetsocket, *s; in LHNET_OpenSocket_Connectionless()
879 lhnetsocket = (lhnetsocket_t *)Z_Malloc(sizeof(*lhnetsocket)); in LHNET_OpenSocket_Connectionless()
1060 void LHNET_CloseSocket(lhnetsocket_t *lhnetsocket) in LHNET_CloseSocket()
1081 lhnetaddress_t *LHNET_AddressFromSocket(lhnetsocket_t *sock) in LHNET_AddressFromSocket()
1089 int LHNET_Read(lhnetsocket_t *lhnetsocket, void *content, int maxcontentlength, lhnetaddress_t *vad… in LHNET_Read()
1252 lhnetsocket_t *sock1; in main()
1253 lhnetsocket_t *sock2; in main()
[all …]
H A Dconsole.h31 void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest, qboolean proquakeprotocol);
H A Dnetconn.c127 static lhnetsocket_t *cl_sockets[16];
129 static lhnetsocket_t *sv_sockets[16];
611 int NetConn_Read(lhnetsocket_t *mysocket, void *data, int maxlength, lhnetaddress_t *peeraddress) in NetConn_Read()
642 int NetConn_Write(lhnetsocket_t *mysocket, const void *data, int length, const lhnetaddress_t *peer… in NetConn_Write()
666 int NetConn_WriteString(lhnetsocket_t *mysocket, const char *string, const lhnetaddress_t *peeraddr… in NetConn_WriteString()
955 lhnetsocket_t *s; in NetConn_OpenClientPort()
1014 lhnetsocket_t *s; in NetConn_OpenServerPort()
1082 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address) in NetConn_ChooseClientSocketForAddress()
1091 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address) in NetConn_ChooseServerSocketForAddress()
1100 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress) in NetConn_Open()
[all …]
H A Dconsole.c96 lhnetsocket_t *rcon_redirect_sock = NULL;
425 lhnetsocket_t *log_dest_socket; in Log_DestBuffer_Flush_NoLock()
973 void Con_Rcon_Redirect_Init(lhnetsocket_t *sock, lhnetaddress_t *dest, qboolean proquakeprotocol) in Con_Rcon_Redirect_Init()
H A Dhost_cmd.c2555 lhnetsocket_t *mysocket; in Host_PQRcon_f()
2617 lhnetsocket_t *mysocket; in Host_Rcon_f()
2871 lhnetsocket_t *mysocket; in Host_Packet_f()
H A Dclient.h871 lhnetsocket_t *connect_mysocket;

12