]> git.saurik.com Git - apple/network_cmds.git/blobdiff - mtest.tproj/mtest.c
network_cmds-481.20.1.tar.gz
[apple/network_cmds.git] / mtest.tproj / mtest.c
index 12eb891160d8a32e5336d89b52d364ebc596c080..e5a7442ba2e3609eb9b64a39e23081f3fb9cfe5e 100644 (file)
@@ -347,19 +347,6 @@ af2sock(const int af, int s, int s6)
        return (-1);
 }
 
-static __inline int
-af2socklen(const int af)
-{
-       
-       if (af == AF_INET)
-               return (sizeof(struct sockaddr_in));
-#ifdef INET6
-       if (af == AF_INET6)
-               return (sizeof(struct sockaddr_in6));
-#endif
-       return (-1);
-}
-
 static void
 process_cmd(char *cmd, int s, int s6 __unused, FILE *fp __unused)
 {