Searched refs:SETSOCKOPT (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests-mx32/ |
D | inet-cmsg.c | 116 #define SETSOCKOPT(fd, name) assert(!setsockopt(fd, IPPROTO_IP, (name), &opt_1, sizeof(opt_1))) in main() macro 117 SETSOCKOPT(3, IP_OPTIONS); in main() 118 SETSOCKOPT(0, IP_PKTINFO); in main() 119 SETSOCKOPT(0, IP_RECVTTL); in main() 120 SETSOCKOPT(0, IP_RECVTOS); in main() 121 SETSOCKOPT(0, IP_RECVOPTS); in main() 122 SETSOCKOPT(0, IP_RETOPTS); in main() 124 SETSOCKOPT(0, IP_RECVORIGDSTADDR); in main()
|
/external/strace/tests/ |
D | inet-cmsg.c | 116 #define SETSOCKOPT(fd, name) assert(!setsockopt(fd, IPPROTO_IP, (name), &opt_1, sizeof(opt_1))) in main() macro 117 SETSOCKOPT(3, IP_OPTIONS); in main() 118 SETSOCKOPT(0, IP_PKTINFO); in main() 119 SETSOCKOPT(0, IP_RECVTTL); in main() 120 SETSOCKOPT(0, IP_RECVTOS); in main() 121 SETSOCKOPT(0, IP_RECVOPTS); in main() 122 SETSOCKOPT(0, IP_RETOPTS); in main() 124 SETSOCKOPT(0, IP_RECVORIGDSTADDR); in main()
|
/external/strace/tests-m32/ |
D | inet-cmsg.c | 116 #define SETSOCKOPT(fd, name) assert(!setsockopt(fd, IPPROTO_IP, (name), &opt_1, sizeof(opt_1))) in main() macro 117 SETSOCKOPT(3, IP_OPTIONS); in main() 118 SETSOCKOPT(0, IP_PKTINFO); in main() 119 SETSOCKOPT(0, IP_RECVTTL); in main() 120 SETSOCKOPT(0, IP_RECVTOS); in main() 121 SETSOCKOPT(0, IP_RECVOPTS); in main() 122 SETSOCKOPT(0, IP_RETOPTS); in main() 124 SETSOCKOPT(0, IP_RECVORIGDSTADDR); in main()
|