Searched refs:ND_REDIRECT (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/ndk_musl_include/netinet/ |
D | icmp6.h | 92 #define ND_REDIRECT 137 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | icmp6.h | 92 #define ND_REDIRECT 137 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | icmp6.h | 92 #define ND_REDIRECT 137 macro
|
/third_party/musl/include/netinet/ |
D | icmp6.h | 92 #define ND_REDIRECT 137 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | icmp6.h | 92 #define ND_REDIRECT 137 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | icmp6.h | 92 #define ND_REDIRECT 137 macro
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 4181 nd1 = ndarray(m, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4182 nd2 = ndarray(nd1, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4201 nd1 = ndarray(m2, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4202 nd2 = ndarray(nd1, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4245 y = ndarray(x, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4246 z = ndarray(y, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4253 for flags in (0, ND_REDIRECT): 4303 y = ndarray(x, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4304 z = ndarray(y, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) 4359 y = ndarray(x, getbuf=PyBUF_FULL_RO, flags=ND_REDIRECT) [all …]
|
/third_party/python/Modules/ |
D | _testbuffer.c | 57 #define ND_REDIRECT 0x020 /* redirect buffer requests */ macro 1303 !(flags == ND_DEFAULT || flags == ND_REDIRECT)) { in ndarray_init() 1424 if (base->obj != NULL && (baseflags&ND_REDIRECT)) { in ndarray_getbuf() 2867 PyModule_AddIntMacro(m, ND_REDIRECT); in PyInit__testbuffer()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 638 sndrd_p->defs.nd_rd_type = ND_REDIRECT; in return_icmp6_redirect()
|