Home
last modified time | relevance | path

Searched refs:IPPORT_RESERVED (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/api/
Dnetdb.c9 C(IPPORT_RESERVED) in f()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h66 #define PORTNUMMIN IPPORT_RESERVED + 1
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/musl/ndk_musl_include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/musl/include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h73 #define IPPORT_RESERVED 1024 macro
/third_party/python/Modules/
Dsocketmodule.c7956 #ifdef IPPORT_RESERVED
7957 PyModule_AddIntMacro(m, IPPORT_RESERVED);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c3464 if (ntohs(lport) < IPPORT_RESERVED) {