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

/netgear-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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;

Completed in 78 milliseconds