Lines Matching refs:opt
975 sal_Int32 OSocket::setDebug(sal_Int32 opt) const in setDebug()
981 if (opt != -1) in setDebug()
982 setOption(TOption_Debug, &opt, sizeof(opt)); in setDebug()
990 sal_Int32 OSocket::setReuseAddr(sal_Int32 opt) const in setReuseAddr()
996 if (opt != -1) in setReuseAddr()
997 setOption(TOption_ReuseAddr, &opt, sizeof(opt)); in setReuseAddr()
1005 sal_Int32 OSocket::setKeepAlive(sal_Int32 opt) const in setKeepAlive()
1011 if (opt != -1) in setKeepAlive()
1012 setOption(TOption_KeepAlive, &opt, sizeof(opt)); in setKeepAlive()
1020 sal_Int32 OSocket::setDontRoute(sal_Int32 opt) const in setDontRoute()
1026 if (opt != -1) in setDontRoute()
1027 setOption(TOption_DontRoute, &opt, sizeof(opt)); in setDontRoute()
1035 sal_Int32 OSocket::setBroadcast(sal_Int32 opt) const in setBroadcast()
1041 if (opt != -1) in setBroadcast()
1042 setOption(TOption_Broadcast, &opt, sizeof(opt)); in setBroadcast()
1050 sal_Int32 OSocket::setOobinline(sal_Int32 opt) const in setOobinline()
1056 if (opt != -1) in setOobinline()
1057 setOption(TOption_OOBinLine, &opt, sizeof(opt)); in setOobinline()