SO_TIMESTAMPING 1561 ext/socket/constdefs.c #if defined(SO_TIMESTAMPING) SO_TIMESTAMPING 1563 ext/socket/constdefs.c rb_define_const(rb_cSocket, "SO_TIMESTAMPING", INTEGER2NUM(SO_TIMESTAMPING)); SO_TIMESTAMPING 1565 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "SO_TIMESTAMPING", INTEGER2NUM(SO_TIMESTAMPING)); SO_TIMESTAMPING 3465 ext/socket/constdefs.c #ifdef SO_TIMESTAMPING SO_TIMESTAMPING 3466 ext/socket/constdefs.c st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_TIMESTAMPING, (st_data_t)rb_intern2("SO_TIMESTAMPING", 15)); SO_TIMESTAMPING 3645 ext/socket/constdefs.c #ifdef SO_TIMESTAMPING SO_TIMESTAMPING 3646 ext/socket/constdefs.c st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_TIMESTAMPING, (st_data_t)rb_intern2("TIMESTAMPING", 12)); SO_TIMESTAMPING 5677 ext/socket/constdefs.c #ifdef SO_TIMESTAMPING SO_TIMESTAMPING 5678 ext/socket/constdefs.c if (memcmp(str, "TIMESTAMPING", 12) == 0) { *valp = SO_TIMESTAMPING; return 0; } SO_TIMESTAMPING 5734 ext/socket/constdefs.c #ifdef SO_TIMESTAMPING SO_TIMESTAMPING 5735 ext/socket/constdefs.c if (memcmp(str, "SO_TIMESTAMPING", 15) == 0) { *valp = SO_TIMESTAMPING; return 0; } SO_TIMESTAMPING 1290 ext/socket/constdefs.h #if !defined(SO_TIMESTAMPING) SO_TIMESTAMPING 1292 ext/socket/constdefs.h # define SO_TIMESTAMPING SO_TIMESTAMPING