Searched refs:LPSOCKADDR (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/win32/ |
H A D | inet.c | 30 if (WSAStringToAddress ((LPTSTR) src, af, NULL, (LPSOCKADDR) &sa, &address_length) == 0) { in inet_pton() 72 if (WSAAddressToString ((LPSOCKADDR) &sa, address_length, NULL, dst, &string_length) == 0) { in inet_ntop()
|
H A D | sendmail.c | 834 if (connect(sc, (LPSOCKADDR) & sock_in, sizeof(sock_in))) { in MailConnect()
|
/PHP-5.4/netware/ |
H A D | sendmail_nw.h | 16 typedef struct sockaddr * LPSOCKADDR; typedef
|
Completed in 8 milliseconds