IPPROTO_IDP 793 ext/socket/constdefs.c #if defined(IPPROTO_IDP) IPPROTO_IDP 795 ext/socket/constdefs.c rb_define_const(rb_cSocket, "IPPROTO_IDP", INTEGER2NUM(IPPROTO_IDP)); IPPROTO_IDP 797 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "IPPROTO_IDP", INTEGER2NUM(IPPROTO_IDP)); IPPROTO_IDP 3239 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 3240 ext/socket/constdefs.c st_insert(rsock_intern_ipproto_hash, (st_data_t)IPPROTO_IDP, (st_data_t)rb_intern2("IPPROTO_IDP", 11)); IPPROTO_IDP 3319 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 3320 ext/socket/constdefs.c st_insert(rsock_intern_iplevel_hash, (st_data_t)IPPROTO_IDP, (st_data_t)rb_intern2("IPPROTO_IDP", 11)); IPPROTO_IDP 3400 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 3401 ext/socket/constdefs.c st_insert(rsock_intern_iplevel_hash, (st_data_t)IPPROTO_IDP, (st_data_t)rb_intern2("IDP", 3)); IPPROTO_IDP 4966 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 4967 ext/socket/constdefs.c if (memcmp(str, "IDP", 3) == 0) { *valp = IPPROTO_IDP; return 0; } IPPROTO_IDP 5065 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 5066 ext/socket/constdefs.c if (memcmp(str, "IPPROTO_IDP", 11) == 0) { *valp = IPPROTO_IDP; return 0; } IPPROTO_IDP 5196 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 5197 ext/socket/constdefs.c if (memcmp(str, "IDP", 3) == 0) { *valp = IPPROTO_IDP; return 0; } IPPROTO_IDP 5301 ext/socket/constdefs.c #ifdef IPPROTO_IDP IPPROTO_IDP 5302 ext/socket/constdefs.c if (memcmp(str, "IPPROTO_IDP", 11) == 0) { *valp = IPPROTO_IDP; return 0; } IPPROTO_IDP 630 ext/socket/constdefs.h #if !defined(IPPROTO_IDP) IPPROTO_IDP 632 ext/socket/constdefs.h # define IPPROTO_IDP IPPROTO_IDP