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