HomeSort by: relevance | last modified time | path
    Searched defs:nlm_socket (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 151 static struct socket *nlm_socket; variable in typeref:struct:socket *
380 so = nlm_socket;
1557 if (nlm_socket == NULL) {
1560 error = socreate(AF_INET, &nlm_socket, SOCK_DGRAM, 0,
1573 sosetopt(nlm_socket, &opt);
1582 soclose(nlm_socket);
1583 nlm_socket = NULL;

Completed in 79 milliseconds