Searched refs:NMSOCK_CONNECTING (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h382 #define NMSOCK_CONNECTING 0x0002 /* socket is being connect()ed */ macro
H A Dnfs_socket.c974 nmp->nm_sockflags |= NMSOCK_CONNECTING;
1077 nmp->nm_sockflags &= ~NMSOCK_CONNECTING;
1388 nmp->nm_sockflags &= ~NMSOCK_CONNECTING;
3104 if (nmp->nm_sockflags & NMSOCK_CONNECTING)
3137 if (nmp->nm_sockflags & NMSOCK_CONNECTING)

Completed in 72 milliseconds