Searched refs:linger_opt (Results 1 – 1 of 1) sorted by relevance
428 linger linger_opt; in OpenSctpSocket() local429 linger_opt.l_onoff = 1; in OpenSctpSocket()430 linger_opt.l_linger = 0; in OpenSctpSocket()431 if (usrsctp_setsockopt(sock_, SOL_SOCKET, SO_LINGER, &linger_opt, in OpenSctpSocket()432 sizeof(linger_opt))) { in OpenSctpSocket()