Desktop Functions: Smart Device Functions:
|
Search Results for "inet_addr" in [All]ws2_321: bind
remoteAddress.sin_addr = inet_addr(ipAddress); 2: inet_addr
public static extern uint inet_addr(string cp);
Declare Function inet_addr Lib "ws2_32.dll" (TODO) As TODO icmp3: IcmpSendEcho
WINSOCK_API_LINKAGE unsigned __LONG32 WSAAPI inet_addr(const char *cp);
if (INADDR_NONE == (ipaddr = inet_addr(ip_addr_str))) {
printf("!inet_addr(\"%s\")\n", ip_addr_str); |