]> 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 0401832179223ba37c0e16826eb8e6ba3273c169..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)
 {
@@ -374,7 +361,7 @@ process_cmd(char *cmd, int s, int s6 __unused, FILE *fp __unused)
        void                    *optval;
        uint32_t                 fmode, ifindex;
        socklen_t                optlen;
-       int                      af, error, i, level, n, optname;
+       int                      af, error, i, level, n = 0, optname;
 #ifndef __APPLE__
        int                      f, flags;
 #endif /* __APPLE__ */