summaryrefslogtreecommitdiffstats
path: root/utils/mount/network.h
Commit message (Expand)AuthorAgeFilesLines
* pdate addres for Free Software FoundationNeilBrown2011-08-291-2/+2
* mount: move generic functions to utils.c and network.cKarel Zak2011-04-061-0/+3
* mount.nfs: Remove nfs_name_to_address()Chuck Lever2009-12-111-1/+0
* mount.nfs: Add new API for getting protocol family from netidsChuck Lever2009-12-111-0/+2
* mount.nfs: make nfs_lookup() globalChuck Lever2009-12-111-0/+2
* Introducing the parsing of both 'defaultvers' and 'defaultproto'Steve Dickson2009-10-221-0/+2
* mount.nfs: Support "-t nfs,vers=4" mounts in the kernelChuck Lever2009-09-141-0/+1
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-141-2/+1
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-141-1/+1
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-181-2/+1
* umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()Chuck Lever2009-02-171-1/+3
* text-based mount command: Function to stuff "struct pmap" from mount optionsChuck Lever2009-01-271-0/+5
* mount command: AF_INET6 support for probe_bothports()Chuck Lever2008-12-111-0/+3
* Clean up: Include the bare minimum of legacy RPC headers inChuck Lever2008-07-151-10/+0
* Clean up: remove unused IPv4-only functions used by the text-based mountChuck Lever2008-07-151-1/+0
* Introduce IPv6-enabled version of get_client_address. The legacy mountChuck Lever2008-07-151-0/+2
* Introduce two new functions to convert a sockaddr to a presentation formatChuck Lever2008-07-151-0/+4
* Clean up: add the traditional pre-processor safety check in headers underChuck Lever2008-07-151-0/+5
* Introduce a new DNS resolver function in utils/mount/network.c that usesChuck Lever2008-07-151-0/+2
* mount.nfs: Create a new API to find out client's addressChuck Lever2007-08-251-0/+1
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-301-1/+20
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-301-0/+3
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-301-0/+2
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-301-0/+6
* umount.nfs: move nfs_call_umount to network.cChuck Lever2007-07-301-4/+3
* mount.nfs: Move start_statd into nfs_mountChuck Lever2007-07-201-2/+3
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-201-0/+31