Searched defs:nlm_host (Results 1 – 1 of 1) sorted by relevance
39 struct nlm_host { struct40 struct nlm_host * h_next; /* linked list (hash table) */ argument41 struct sockaddr_in h_addr; /* peer address */42 struct svc_client * h_exportent; /* NFS client */43 struct rpc_clnt * h_rpcclnt; /* RPC client to talk to peer */67 struct nlm_host * a_host; /* host handle */ argument