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

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c4995 int error = 0, on = 1, try, sendat = 2, soproto, recv, optlen, restoreto = 0; local
5008 soproto = (sotype == SOCK_DGRAM) ? IPPROTO_UDP : IPPROTO_TCP;
5009 if ((error = sock_socket(saddr->sa_family, sotype, soproto, NULL, NULL, &newso)))

Completed in 126 milliseconds