Home
last modified time | relevance | path

Searched refs:SCTP_SO_LINGER (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_socketvar.h52 #define SCTP_SO_LINGER 0x0001 macro
Duser_socket.c2327 so->so_options |= SCTP_SO_LINGER;
2329 so->so_options &= ~SCTP_SO_LINGER;
2413 if (so->so_options & SCTP_SO_LINGER) {
/external/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c889 if (((so->so_options & SCTP_SO_LINGER) && (so->so_linger == 0)) ||
960 if (((so->so_options & SCTP_SO_LINGER) && (so->so_linger == 0)) ||
1166 if (((so->so_options & SCTP_SO_LINGER) &&