Home
last modified time | relevance | path

Searched refs:SO_NWRITE (Results 1 – 2 of 2) sorted by relevance

/external/libcups/tools/
Dipptool.c2969 #ifdef SO_NWRITE /* macOS and some versions of Linux */ in timeout_cb()
2972 if (getsockopt(httpGetFd(http), SOL_SOCKET, SO_NWRITE, &buffered, &len)) in timeout_cb()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2476 pub const SO_NWRITE: ::c_int = 0x1024; constant