Searched refs:MSG_OOB (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 87 if (recv(fd, c, sizeof(*c), MSG_OOB) < 0) { in read_oob() 138 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 145 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 149 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 156 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 160 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 170 send(cfd, buf, 1, MSG_OOB); in producer()
|
/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 303 #define MSG_OOB 1 macro
|