Home
last modified time | relevance | path

Searched refs:SO_RCVLOWAT (Results 1 – 7 of 7) sorted by relevance

/minix3/sys/sys/
H A Dsocket.h142 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dsockets.h161 #define SO_RCVLOWAT 0x1004 /* Unimplemented: receive low-water mark */ macro
/minix3/minix/lib/libsockevent/
H A Dsockevent.c1911 case SO_RCVLOWAT: in sockevent_setsockopt()
2052 case SO_RCVLOWAT: in sockevent_getsockopt()
/minix3/minix/usr.bin/trace/service/
H A Dvfs.c2143 TEXT(SO_RCVLOWAT); in put_sockopt_name()
2194 case SO_RCVLOWAT: in put_sockopt_data()
/minix3/minix/tests/
H A Dsocklib.c1074 if (setsockopt(fd[0], SOL_SOCKET, SO_RCVLOWAT, &rlowat, in socklib_stream_recv_sub()
H A Dtest90.c3656 if (setsockopt(fd[0], SOL_SOCKET, SO_RCVLOWAT, &rlowat, in sub90w_recv()
H A Dtest91.c3505 if (setsockopt(fd[0], SOL_SOCKET, SO_RCVLOWAT, &rlowat, in sub91r_recv()