summaryrefslogtreecommitdiff
path: root/usr/src/lib/librdc/common/llib-lrdc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/librdc/common/llib-lrdc')
-rw-r--r--usr/src/lib/librdc/common/llib-lrdc46
1 files changed, 46 insertions, 0 deletions
diff --git a/usr/src/lib/librdc/common/llib-lrdc b/usr/src/lib/librdc/common/llib-lrdc
new file mode 100644
index 0000000000..03b796f3be
--- /dev/null
+++ b/usr/src/lib/librdc/common/llib-lrdc
@@ -0,0 +1,46 @@
+/*
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ */
+/* LINTLIBRARY */
+/* PROTOLIB1 */
+
+/*
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
+ */
+
+#include <sys/types.h>
+#include <sys/stream.h>
+#include <sys/socket.h>
+#include <sys/poll.h>
+#include <rpc/rpc.h>
+#include <netconfig.h>
+#include "librdc.h"
+
+int Is_ipv6present(void);
+int self_check(char *hostname);
+int gethost_netaddrs(char *fromhost, char *tohost, char *fromnetaddr,
+ char *tonetaddr);
+struct hostent *gethost_byname(const char *name);
+struct netbuf *get_addr(char *hostname, ulong_t prog, ulong_t vers,
+ struct netconfig **nconfp, char *proto, char *srvport,
+ struct t_info *tinfo, int portmap);
+int convert_nconf_to_knconf(struct netconfig *nconf, struct knetconfig *knconf);
+int rdc_check_release(char **reqd);