SO_TIMESTAMPNS 1513 ext/socket/constdefs.c #if defined(SO_TIMESTAMPNS) SO_TIMESTAMPNS 1515 ext/socket/constdefs.c rb_define_const(rb_cSocket, "SO_TIMESTAMPNS", INTEGER2NUM(SO_TIMESTAMPNS)); SO_TIMESTAMPNS 1517 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "SO_TIMESTAMPNS", INTEGER2NUM(SO_TIMESTAMPNS)); SO_TIMESTAMPNS 3489 ext/socket/constdefs.c #ifdef SO_TIMESTAMPNS SO_TIMESTAMPNS 3490 ext/socket/constdefs.c st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_TIMESTAMPNS, (st_data_t)rb_intern2("SO_TIMESTAMPNS", 14)); SO_TIMESTAMPNS 3669 ext/socket/constdefs.c #ifdef SO_TIMESTAMPNS SO_TIMESTAMPNS 3670 ext/socket/constdefs.c st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_TIMESTAMPNS, (st_data_t)rb_intern2("TIMESTAMPNS", 11)); SO_TIMESTAMPNS 5626 ext/socket/constdefs.c #ifdef SO_TIMESTAMPNS SO_TIMESTAMPNS 5627 ext/socket/constdefs.c if (memcmp(str, "TIMESTAMPNS", 11) == 0) { *valp = SO_TIMESTAMPNS; return 0; } SO_TIMESTAMPNS 5713 ext/socket/constdefs.c #ifdef SO_TIMESTAMPNS SO_TIMESTAMPNS 5714 ext/socket/constdefs.c if (memcmp(str, "SO_TIMESTAMPNS", 14) == 0) { *valp = SO_TIMESTAMPNS; return 0; } SO_TIMESTAMPNS 1250 ext/socket/constdefs.h #if !defined(SO_TIMESTAMPNS) SO_TIMESTAMPNS 1252 ext/socket/constdefs.h # define SO_TIMESTAMPNS SO_TIMESTAMPNS