Searched defs:ftype (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c3443 PRDescType ftype; local
3458 if (type == SOCK_STREAM) ftype = PR_DESC_SOCKET_TCP;
3459 else if (type == SOCK_DGRAM) ftype = PR_DESC_SOCKET_UDP;
3492 fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE);

Completed in 82 milliseconds