IPV6_DONTFRAG    2094 ext/socket/constdefs.c #if defined(IPV6_DONTFRAG)
IPV6_DONTFRAG    2096 ext/socket/constdefs.c     rb_define_const(rb_cSocket, "IPV6_DONTFRAG", INTEGER2NUM(IPV6_DONTFRAG));
IPV6_DONTFRAG    2098 ext/socket/constdefs.c     rb_define_const(rb_mSockConst, "IPV6_DONTFRAG", INTEGER2NUM(IPV6_DONTFRAG));
IPV6_DONTFRAG    4114 ext/socket/constdefs.c #ifdef IPV6_DONTFRAG
IPV6_DONTFRAG    4115 ext/socket/constdefs.c     st_insert(rsock_intern_ipv6_optname_hash, (st_data_t)IPV6_DONTFRAG, (st_data_t)rb_intern2("IPV6_DONTFRAG", 13));
IPV6_DONTFRAG    4195 ext/socket/constdefs.c #ifdef IPV6_DONTFRAG
IPV6_DONTFRAG    4196 ext/socket/constdefs.c     st_insert(rsock_intern_ipv6_optname_hash, (st_data_t)IPV6_DONTFRAG, (st_data_t)rb_intern2("DONTFRAG", 8));
IPV6_DONTFRAG    6184 ext/socket/constdefs.c #ifdef IPV6_DONTFRAG
IPV6_DONTFRAG    6185 ext/socket/constdefs.c         if (memcmp(str, "DONTFRAG", 8) == 0) { *valp = IPV6_DONTFRAG; return 0; }
IPV6_DONTFRAG    6274 ext/socket/constdefs.c #ifdef IPV6_DONTFRAG
IPV6_DONTFRAG    6275 ext/socket/constdefs.c         if (memcmp(str, "IPV6_DONTFRAG", 13) == 0) { *valp = IPV6_DONTFRAG; return 0; }
IPV6_DONTFRAG    1726 ext/socket/constdefs.h #if !defined(IPV6_DONTFRAG)
IPV6_DONTFRAG    1728 ext/socket/constdefs.h #  define IPV6_DONTFRAG IPV6_DONTFRAG