Scm_SockAddrP      91 ext/net/gauche/net.h int    Scm_SockAddrP(ScmObj obj);
Scm_SockAddrP     585 ext/net/netlib.c   if (!Scm_SockAddrP(addr_scm)) Scm_Error("socket address required, but got %S", addr_scm);
Scm_SockAddrP     655 ext/net/netlib.c   if (!Scm_SockAddrP(addr_scm)) Scm_Error("socket address required, but got %S", addr_scm);
Scm_SockAddrP     767 ext/net/netlib.c   if (!Scm_SockAddrP(to_scm)) Scm_Error("socket address required, but got %S", to_scm);
Scm_SockAddrP    1367 ext/net/netlib.c   if (!Scm_SockAddrP(addr_scm)) Scm_Error("socket address required, but got %S", addr_scm);