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;
|