Home
last modified time | relevance | path

Searched defs:nfs_socket_search (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h194 struct nfs_socket_search { struct
195 struct nfs_location_index nss_startloc; /* starting location index */
196 struct nfs_location_index nss_nextloc; /* next location index */
197 struct nfssocketlist nss_socklist; /* list of active sockets */
198 time_t nss_timestamp; /* search start time */
199 time_t nss_last; /* timestamp of last socket */
200 struct nfs_socket * nss_sock; /* found socket */
201 uint8_t nss_sotype; /* TCP/UDP */
202 uint8_t nss_sockcnt; /* # of active sockets */
203 in_port_t nss_port; /* port # to connect to */
[all …]