Searched refs:ndm_sotype (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsdiskless.h82 u_int32_t ndm_sotype; /* SOCK_STREAM or SOCK_DGRAM? */ member in struct:nfs_dlmount
H A Dnfs_boot.c324 nd->nd_root.ndm_sotype = sotype;
336 nd->nd_private.ndm_sotype = sotype;
361 ndmntp->ndm_sotype, ndmntp->ndm_fh, &ndmntp->ndm_fhlen);
H A Dnfs_vfsops.c1117 xb_add_string(error, &xb, ((ndmntp->ndm_sotype == SOCK_DGRAM) ? "udp" : "tcp"), 3);
1378 xb_add_string(error, &xb, ((ndmntp->ndm_sotype == SOCK_DGRAM) ? "udp" : "tcp"), 3);

Completed in 34 milliseconds