}
}
-static bool
-inet_print(const int fd, const int family, const int protocol,
- const unsigned long inode, const char *proto_name)
-{
- return inet_send_query(fd, family, protocol)
- && receive_responses(fd, inode, proto_name, inet_parse_response)
- && print_sockaddr_by_inode_cached(inode);
-}
-
static bool
unix_send_query(const int fd, const unsigned long inode)
{
&& print_sockaddr_by_inode_cached(inode);
}
+static bool
+inet_print(const int fd, const int family, const int protocol,
+ const unsigned long inode, const char *proto_name)
+{
+ return inet_send_query(fd, family, protocol)
+ && receive_responses(fd, inode, proto_name, inet_parse_response)
+ && print_sockaddr_by_inode_cached(inode);
+}
+
static bool
tcp_v4_print(const int fd, const unsigned long inode)
{