TCP_FIN_WAIT1     862 ext/socket/option.c #if defined(HAVE_CONST_TCP_FIN_WAIT1) && !defined(TCP_FIN_WAIT1)
TCP_FIN_WAIT1     863 ext/socket/option.c # define TCP_FIN_WAIT1 TCP_FIN_WAIT1
TCP_FIN_WAIT1     981 ext/socket/option.c # ifdef TCP_FIN_WAIT1
TCP_FIN_WAIT1     982 ext/socket/option.c           case TCP_FIN_WAIT1: rb_str_cat_cstr(ret, " state=FIN_WAIT1"); break;