Searched refs:GAddress (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgsocket.h46 typedef struct _GAddress GAddress; typedef in typeref:struct:_GAddress
138 /* GAddress */
140 GAddress *GAddress_new(void);
141 GAddress *GAddress_copy(GAddress *address);
142 void GAddress_destroy(GAddress *address);
144 void GAddress_SetFamily(GAddress *address, GAddressType type);
145 GAddressType GAddress_GetFamily(GAddress *address);
152 GSocketError GAddress_INET_SetHostName(GAddress *address, const char *hostname);
153 GSocketError GAddress_INET_SetAnyAddress(GAddress *addres
[all...]
H A Dsckaddr.h37 GAddress *GetAddress() const { return m_address; }
38 void SetAddress(GAddress *address);
45 GAddress *m_address;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dgsockmac.h47 GSocketError SetLocal(GAddress *address);
48 GSocketError SetPeer(GAddress *address);
49 GAddress *GetLocal();
50 GAddress *GetPeer();
90 GAddress *m_local;
91 GAddress *m_peer;
112 /* Definition of GAddress */
126 /* GAddress */
128 GSocketError _GAddress_translate_from(GAddress *address,
130 GSocketError _GAddress_translate_to(GAddress *addres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dgsockunx.h48 GSocketError SetLocal(GAddress *address);
49 GSocketError SetPeer(GAddress *address);
50 GAddress *GetLocal();
51 GAddress *GetPeer();
85 GAddress *m_local;
86 GAddress *m_peer;
108 /* Definition of GAddress */
129 /* GAddress */
131 GSocketError _GAddress_translate_from(GAddress *address,
133 GSocketError _GAddress_translate_to (GAddress *addres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgsockmsw.h59 GSocketError SetLocal(GAddress *address);
60 GSocketError SetPeer(GAddress *address);
61 GAddress *GetLocal();
62 GAddress *GetPeer();
94 GAddress *m_local;
95 GAddress *m_peer;
117 /* Definition of GAddress */
130 /* GAddress */
132 GSocketError _GAddress_translate_from(GAddress *address,
134 GSocketError _GAddress_translate_to (GAddress *addres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dgsockmac.h38 GAddress *m_local;
39 GAddress *m_peer;
55 /* Definition of GAddress */
80 /* GAddress */
82 GSocketError _GAddress_translate_from(GAddress *address,
84 GSocketError _GAddress_translate_to(GAddress *address,
87 GSocketError _GAddress_Init_INET(GAddress *address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp244 * The 'get' functions return a pointer to a GAddress object on success,
252 GSocketError GSocket::SetLocal(GAddress *address)
278 GSocketError GSocket::SetPeer(GAddress *address)
297 GAddress *GSocket::GetLocal()
299 GAddress *address;
323 /* got a valid address from getsockname, create a GAddress object */
340 GAddress *GSocket::GetPeer()
1201 * GAddress
1237 GAddress *GAddress_new(void)
1239 GAddress *addres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgsocket.cpp344 * The 'get' functions return a pointer to a GAddress object on success,
352 GSocketError GSocket::SetLocal(GAddress *address)
378 GSocketError GSocket::SetPeer(GAddress *address)
397 GAddress *GSocket::GetLocal()
399 GAddress *address = NULL ;
429 /* got a valid address from getsockname, create a GAddress object */
448 GAddress *GSocket::GetPeer()
1179 * GAddress
1199 GAddress *GAddress_new()
1201 GAddress *addres
[all...]
H A Dcfsocket.cpp108 GAddress *m_local;
109 GAddress *m_peer;
824 GAddress *peer;
845 GAddress *local;
1333 * GAddress
1369 GAddress *GAddress_new(void)
1371 GAddress *address;
1373 if ((address = (GAddress *) malloc(sizeof(GAddress))) == NULL)
1383 GAddress *GAddress_cop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgsocket.c355 * The 'get' functions return a pointer to a GAddress object on success,
363 GSocketError GSocket_SetLocal(GSocket *socket, GAddress *address)
389 GSocketError GSocket_SetPeer(GSocket *socket, GAddress *address)
408 GAddress *GSocket_GetLocal(GSocket *socket)
410 GAddress *address = NULL ;
440 /* got a valid address from getsockname, create a GAddress object */
459 GAddress *GSocket_GetPeer(GSocket *socket)
1180 * GAddress
1200 GAddress *GAddress_new()
1202 GAddress *addres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp616 * The 'get' functions return a pointer to a GAddress object on success,
624 GSocketError GSocket::SetLocal(GAddress *address)
650 GSocketError GSocket::SetPeer(GAddress *address)
669 GAddress *GSocket::GetLocal()
671 GAddress *address;
695 /* got a valid address from getsockname, create a GAddress object */
714 GAddress *GSocket::GetPeer()
1868 * GAddress
1904 GAddress *GAddress_new(void)
1906 GAddress *addres
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckaddr.cpp82 void wxSockAddress::SetAddress(GAddress *address)
H A Dsocket.cpp825 GAddress *peer;
845 GAddress *local;
1209 GAddress* la = local.GetAddress();
1288 GAddress* la = local->GetAddress();

Completed in 190 milliseconds