--- old/usr/src/cmd/fs.d/nfs/lib/nfs_tbind.h Wed Jun 17 00:15:42 2009 +++ new/usr/src/cmd/fs.d/nfs/lib/nfs_tbind.h Wed Jun 17 00:15:41 2009 @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -30,8 +30,6 @@ #ifndef _NFS_TBIND_H #define _NFS_TBIND_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #include @@ -73,11 +71,17 @@ */ extern int nfslib_transport_open(struct netconfig *); extern int nfslib_bindit(struct netconfig *, struct netbuf **, - struct nd_hostserv *, int); + struct nd_hostserv *, int, int sndbufsz, int rcvbufsz); extern void nfslib_log_tli_error(char *, int, struct netconfig *); +extern int do_all_setbuf(struct protob *, + int (*)(int, struct netbuf, struct netconfig *), + int use_pmap, int sndbufsz, int rcvbufsz); extern int do_all(struct protob *, int (*)(int, struct netbuf, struct netconfig *), int use_pmap); +extern void do_one_setbuf(char *, char *, struct protob *, + int (*)(int, struct netbuf, struct netconfig *), + int use_pmap, int sndbufsz, int rcvbufsz); extern void do_one(char *, char *, struct protob *, int (*)(int, struct netbuf, struct netconfig *), int use_pmap);