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

/barrelfish-master/lib/openssl-1.0.0d/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