HelenOS sources

xflags_t          695 uspace/srv/net/tcp/service.c 	xflags_t xflags;
xflags_t           55 uspace/srv/net/tcp/test.c 	xflags_t xflags;
xflags_t          124 uspace/srv/net/tcp/ucall.c     xflags_t flags)
xflags_t          181 uspace/srv/net/tcp/ucall.c     size_t *rcvd, xflags_t *xflags)
xflags_t           47 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_send(tcp_conn_t *, void *, size_t, xflags_t);
xflags_t           48 uspace/srv/net/tcp/ucall.h extern tcp_error_t tcp_uc_receive(tcp_conn_t *, void *, size_t, size_t *, xflags_t *);
HelenOS homepage, sources at GitHub