Home
last modified time | relevance | path

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

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