SCM_CREDS 708 ext/socket/ancdata.c #if defined(SCM_CREDS) SCM_CREDS 713 ext/socket/ancdata.c if (level != SOL_SOCKET && type != SCM_CREDS) SCM_CREDS 1029 ext/socket/ancdata.c case SCM_CREDS: inspected = anc_inspect_socket_creds(level, type, data, ret); break; SCM_CREDS 2311 ext/socket/constdefs.c #if defined(SCM_CREDS) SCM_CREDS 2313 ext/socket/constdefs.c rb_define_const(rb_cSocket, "SCM_CREDS", INTEGER2NUM(SCM_CREDS)); SCM_CREDS 2315 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "SCM_CREDS", INTEGER2NUM(SCM_CREDS)); SCM_CREDS 4396 ext/socket/constdefs.c #ifdef SCM_CREDS SCM_CREDS 4397 ext/socket/constdefs.c st_insert(rsock_intern_scm_optname_hash, (st_data_t)SCM_CREDS, (st_data_t)rb_intern2("SCM_CREDS", 9)); SCM_CREDS 4423 ext/socket/constdefs.c #ifdef SCM_CREDS SCM_CREDS 4424 ext/socket/constdefs.c st_insert(rsock_intern_scm_optname_hash, (st_data_t)SCM_CREDS, (st_data_t)rb_intern2("CREDS", 5)); SCM_CREDS 6645 ext/socket/constdefs.c #ifdef SCM_CREDS SCM_CREDS 6646 ext/socket/constdefs.c if (memcmp(str, "CREDS", 5) == 0) { *valp = SCM_CREDS; return 0; } SCM_CREDS 6666 ext/socket/constdefs.c #ifdef SCM_CREDS SCM_CREDS 6667 ext/socket/constdefs.c if (memcmp(str, "SCM_CREDS", 9) == 0) { *valp = SCM_CREDS; return 0; } SCM_CREDS 1882 ext/socket/constdefs.h #if !defined(SCM_CREDS) SCM_CREDS 1884 ext/socket/constdefs.h # define SCM_CREDS SCM_CREDS