SO_PRIORITY 1357 ext/socket/constdefs.c #if defined(SO_PRIORITY) SO_PRIORITY 1359 ext/socket/constdefs.c rb_define_const(rb_cSocket, "SO_PRIORITY", INTEGER2NUM(SO_PRIORITY)); SO_PRIORITY 1361 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "SO_PRIORITY", INTEGER2NUM(SO_PRIORITY)); SO_PRIORITY 3567 ext/socket/constdefs.c #ifdef SO_PRIORITY SO_PRIORITY 3568 ext/socket/constdefs.c st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_PRIORITY, (st_data_t)rb_intern2("SO_PRIORITY", 11)); SO_PRIORITY 3747 ext/socket/constdefs.c #ifdef SO_PRIORITY SO_PRIORITY 3748 ext/socket/constdefs.c st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_PRIORITY, (st_data_t)rb_intern2("PRIORITY", 8)); SO_PRIORITY 5461 ext/socket/constdefs.c #ifdef SO_PRIORITY SO_PRIORITY 5462 ext/socket/constdefs.c if (memcmp(str, "PRIORITY", 8) == 0) { *valp = SO_PRIORITY; return 0; } SO_PRIORITY 5575 ext/socket/constdefs.c #ifdef SO_PRIORITY SO_PRIORITY 5576 ext/socket/constdefs.c if (memcmp(str, "SO_PRIORITY", 11) == 0) { *valp = SO_PRIORITY; return 0; } SO_PRIORITY 1120 ext/socket/constdefs.h #if !defined(SO_PRIORITY) SO_PRIORITY 1122 ext/socket/constdefs.h # define SO_PRIORITY SO_PRIORITY