Searched refs:IP_OPTIONS (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | getsockopt_network.c | 24 #define IP_OPTIONS 4 macro 288 int content = getsockopt(sockfd, IPPROTO_IP, IP_OPTIONS, &optval, (socklen_t *)(&optlen)); in getsockopt_1900()
|
/third_party/libnl/include/linux-private/linux/ |
D | in.h | 93 #define IP_OPTIONS 4 macro
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-igmp_querier.c | 371 if (setsockopt(sd, IPPROTO_IP, IP_OPTIONS, opt, sizeof(opt))) in create_socket()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 181 #define IP_OPTIONS 4 macro
|
/third_party/toybox/toys/pending/ |
D | traceroute.c | 553 if (setsockopt(TT.snd_sock, IPPROTO_IP, IP_OPTIONS, in traceroute_main()
|
/third_party/python/Modules/ |
D | socketmodule.c | 8006 #ifdef IP_OPTIONS 8007 PyModule_AddIntMacro(m, IP_OPTIONS);
|
/third_party/lwip/ |
D | CHANGELOG | 3314 * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_ALLOWED to avoid
|