IPV6_USE_MIN_MTU 2238 ext/socket/constdefs.c #if defined(IPV6_USE_MIN_MTU) IPV6_USE_MIN_MTU 2240 ext/socket/constdefs.c rb_define_const(rb_cSocket, "IPV6_USE_MIN_MTU", INTEGER2NUM(IPV6_USE_MIN_MTU)); IPV6_USE_MIN_MTU 2242 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "IPV6_USE_MIN_MTU", INTEGER2NUM(IPV6_USE_MIN_MTU)); IPV6_USE_MIN_MTU 4060 ext/socket/constdefs.c #ifdef IPV6_USE_MIN_MTU IPV6_USE_MIN_MTU 4061 ext/socket/constdefs.c st_insert(rsock_intern_ipv6_optname_hash, (st_data_t)IPV6_USE_MIN_MTU, (st_data_t)rb_intern2("IPV6_USE_MIN_MTU", 16)); IPV6_USE_MIN_MTU 4141 ext/socket/constdefs.c #ifdef IPV6_USE_MIN_MTU IPV6_USE_MIN_MTU 4142 ext/socket/constdefs.c st_insert(rsock_intern_ipv6_optname_hash, (st_data_t)IPV6_USE_MIN_MTU, (st_data_t)rb_intern2("USE_MIN_MTU", 11)); IPV6_USE_MIN_MTU 6232 ext/socket/constdefs.c #ifdef IPV6_USE_MIN_MTU IPV6_USE_MIN_MTU 6233 ext/socket/constdefs.c if (memcmp(str, "USE_MIN_MTU", 11) == 0) { *valp = IPV6_USE_MIN_MTU; return 0; } IPV6_USE_MIN_MTU 6319 ext/socket/constdefs.c #ifdef IPV6_USE_MIN_MTU IPV6_USE_MIN_MTU 6320 ext/socket/constdefs.c if (memcmp(str, "IPV6_USE_MIN_MTU", 16) == 0) { *valp = IPV6_USE_MIN_MTU; return 0; } IPV6_USE_MIN_MTU 1816 ext/socket/constdefs.h #if !defined(IPV6_USE_MIN_MTU) IPV6_USE_MIN_MTU 1818 ext/socket/constdefs.h # define IPV6_USE_MIN_MTU IPV6_USE_MIN_MTU