TCP_FIN_WAIT2     865 ext/socket/option.c #if defined(HAVE_CONST_TCP_FIN_WAIT2) && !defined(TCP_FIN_WAIT2)
TCP_FIN_WAIT2     866 ext/socket/option.c # define TCP_FIN_WAIT2 TCP_FIN_WAIT2
TCP_FIN_WAIT2     984 ext/socket/option.c # ifdef TCP_FIN_WAIT2
TCP_FIN_WAIT2     985 ext/socket/option.c           case TCP_FIN_WAIT2: rb_str_cat_cstr(ret, " state=FIN_WAIT2"); break;