AF_IPX            145 ext/socket/constdefs.c #if defined(AF_IPX)
AF_IPX            147 ext/socket/constdefs.c     rb_define_const(rb_cSocket, "AF_IPX", INTEGER2NUM(AF_IPX));
AF_IPX            149 ext/socket/constdefs.c     rb_define_const(rb_mSockConst, "AF_IPX", INTEGER2NUM(AF_IPX));
AF_IPX           2793 ext/socket/constdefs.c #ifdef AF_IPX
AF_IPX           2794 ext/socket/constdefs.c     st_insert(rsock_intern_family_hash, (st_data_t)AF_IPX, (st_data_t)rb_intern2("AF_IPX", 6));
AF_IPX           2909 ext/socket/constdefs.c #ifdef AF_IPX
AF_IPX           2910 ext/socket/constdefs.c     st_insert(rsock_intern_family_noprefix_hash, (st_data_t)AF_IPX, (st_data_t)rb_intern2("AF_IPX", 6));
AF_IPX           3023 ext/socket/constdefs.c #ifdef AF_IPX
AF_IPX           3024 ext/socket/constdefs.c     st_insert(rsock_intern_family_noprefix_hash, (st_data_t)AF_IPX, (st_data_t)rb_intern2("IPX", 3));
AF_IPX           4478 ext/socket/constdefs.c #ifdef AF_IPX
AF_IPX           4479 ext/socket/constdefs.c         if (memcmp(str, "IPX", 3) == 0) { *valp = AF_IPX; return 0; }
AF_IPX           4577 ext/socket/constdefs.c #ifdef AF_IPX
AF_IPX           4578 ext/socket/constdefs.c         if (memcmp(str, "AF_IPX", 6) == 0) { *valp = AF_IPX; return 0; }
AF_IPX             82 ext/socket/constdefs.h #if !defined(AF_IPX)
AF_IPX             84 ext/socket/constdefs.h #  define AF_IPX AF_IPX