ScmSysProtoent    227 ext/net/gauche/net.h #define SCM_SYS_PROTOENT(obj)   ((ScmSysProtoent*)obj)
ScmSysProtoent    226 ext/net/netdb.c static ScmSysProtoent *make_protoent(struct protoent *pe)
ScmSysProtoent    228 ext/net/netdb.c     ScmSysProtoent *entry = SCM_NEW(ScmSysProtoent);