Searched defs:nlm_lookup_host_info (Results 1 – 1 of 1) sorted by relevance
52 struct nlm_lookup_host_info { struct53 const int server; /* search for server|client */54 const struct sockaddr *sap; /* address to search for */55 const size_t salen; /* it's length */56 const unsigned short protocol; /* transport to search for*/57 const u32 version; /* NLM version to search for */58 const char *hostname; /* remote's hostname */59 const size_t hostname_len; /* it's length */60 const int noresvport; /* use non-priv port */61 struct net *net; /* network namespace to bind */