Searched refs:theOTOption (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DMacSocket.cpp1401 TOption* theOTOption; local
1419 theOTOption = (TOption *) buf;
1421 theOTOption->level = INET_IP;
1422 theOTOption->name = IP_REUSEADDR;
1423 theOTOption->len = kOTFourByteOptionSize;
1424 theOTOption->status = 0;
1425 *((UInt32 *) (theOTOption->value)) = inEnableReuseIP;
1431 if (theOTOption->status != T_SUCCESS)
1433 errCode = theOTOption->status;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DMacSocket.cpp1401 TOption* theOTOption; local
1419 theOTOption = (TOption *) buf;
1421 theOTOption->level = INET_IP;
1422 theOTOption->name = IP_REUSEADDR;
1423 theOTOption->len = kOTFourByteOptionSize;
1424 theOTOption->status = 0;
1425 *((UInt32 *) (theOTOption->value)) = inEnableReuseIP;
1431 if (theOTOption->status != T_SUCCESS)
1433 errCode = theOTOption->status;

Completed in 50 milliseconds