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

/external/openssl/crypto/bio/
H A Dbss_dgram.c1559 int n, sockflags, ret; local
1683 sockflags = fcntl(b->num, F_GETFL, 0);
1691 fcntl(b->num, F_SETFL, sockflags);
1709 int n, sockflags; local
1729 sockflags = fcntl(b->num, F_GETFL, 0);
1732 fcntl(b->num, F_SETFL, sockflags);

Completed in 59 milliseconds