Home
last modified time | relevance | path

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

/third_party/ltp/testcases/lib/
D.gitignore8 /tst_get_unused_port
DMakefile13 tst_getconf tst_supported_fs tst_check_drivers tst_get_unused_port\
/third_party/ltp/testcases/network/stress/multicast/packet-flood/
Dmcast-pktfld01.sh24 local port=$(tst_get_unused_port ipv${TST_IPVER} dgram)
Dmcast-pktfld02.sh36 port=$(tst_get_unused_port ipv${TST_IPVER} dgram)
/third_party/ltp/include/old/
Dold_safe_net.h48 tst_get_unused_port(__FILE__, __LINE__, (cleanup_fn), family, type)
/third_party/ltp/testcases/network/stress/ns-tools/
Dtst_net_stress.sh104 local port=$(tst_get_unused_port ipv${TST_IPVER} stream)
/third_party/ltp/testcases/network/multicast/mc_commo/
Dmc_commo.sh43 PORT=$(tst_get_unused_port ipv4 dgram)
/third_party/ltp/include/
Dsafe_net_fn.h78 unsigned short tst_get_unused_port(const char *file, const int lineno,
Dtst_safe_net.h75 tst_get_unused_port(__FILE__, __LINE__, NULL, family, type)
/third_party/ltp/testcases/network/stress/dns/
Ddns-stress.sh166 port=$(tst_get_unused_port ipv${TST_IPVER} dgram)
/third_party/ltp/lib/
Dsafe_net.c475 unsigned short tst_get_unused_port(const char *file, const int lineno, in tst_get_unused_port() function