Searched refs:ipver (Results 1 - 20 of 20) sorted by relevance

/external/curl/tests/
H A Dserverhelp.pm104 my ($proto, $ipver, $idnum) = @_;
110 $ipver = (not $ipver) ? 'ipv4' : lc($ipver);
111 die "unsupported IP version: '$ipver'" unless($ipver &&
112 ($ipver =~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6|unix)$/));
113 $ipver = ($ipver =~ /6$/) ? '-IPv6' : (($ipver
[all...]
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_helper.h39 unsigned int ipver = 0; local
46 n = fscanf(ipf, "ip utility, iproute2-ss%u", &ipver);
51 if (ipver < spe_ipver) {
/external/ltp/testcases/network/stress/interface/
H A Dif-lib.sh23 ipver=${TST_IPV6:-4}
45 port=$(tst_get_unused_port ipv${ipver} stream)
57 check_icmpv${ipver}_connectivity $(tst_iface) $(tst_ipaddr rhost)
H A Dif-addr-adddel48 tst_resm TINFO "'$cmd_name' add/del IPv$ipver '$new_ip' $NS_TIMES times"
H A Dif-mtu-change82 check_icmpv${ipver}_connectivity $iface $(tst_ipaddr rhost)
H A Dif-route-addlarge50 tst_resm TINFO "'$cmd_name' add IPv$ipver $ROUTE_TOTAL routes"
H A Dif-addr-addlarge41 tst_resm TINFO "'$cmd_name' add $IP_TOTAL IPv$ipver addresses"
/external/ltp/testcases/network/stress/http/
H A Dhttp-stress37 ipver=${TST_IPV6:-'4'}
38 tst_resm TINFO "run over IPv$ipver"
/external/ltp/testcases/network/stress/ssh/
H A Dssh-stress50 ipver=${TST_IPV6:-"4"}
56 check_icmpv${ipver}_connectivity $(tst_iface) $(tst_ipaddr rhost) || \
59 port=$(tst_rhost_run -c "tst_get_unused_port ipv${ipver} stream")
110 tst_rhost_run -s -c "ssh-stress01-rmt $ipver $(tst_ipaddr) \
121 tst_rhost_run -s -c "ssh-stress02-rmt $ipver $(tst_ipaddr) \
132 port=$(tst_get_unused_port ipv${ipver} stream)
136 tst_rhost_run -s -c "ssh-stress03-rmt $ipver $(tst_ipaddr) \
/external/ltp/testcases/network/stress/dns/
H A Ddns-stress48 ipver=${TST_IPV6:-'4'}
62 check_icmpv${ipver}_connectivity $(tst_iface) $(tst_ipaddr rhost) || \
175 port=$(tst_get_unused_port ipv${ipver} stream)
178 named -$ipver -c named.conf -p $port || \
192 tst_rhost_run -s -c "dns-stress01-rmt $ipver $(tst_ipaddr) $port \
202 tst_rhost_run -s -c "dns-stress02-rmt $ipver $(tst_ipaddr) $port $net \
210 setup_$ipver
/external/ltp/testcases/network/stress/ftp/
H A Dftp-download-stress47 ipver=${TST_IPV6:-'4'}
48 tst_resm TINFO "run FTP over IPv$ipver"
H A Dftp-upload-stress47 ipver=${TST_IPV6:-'4'}
48 tst_resm TINFO "run FTP over IPv$ipver"
/external/tcpdump/
H A Dprint-mptcp.c314 u_int ipver = MP_ADD_ADDR_IPVER(add_addr->sub_ipver); local
316 if (!((opt_len == 8 || opt_len == 10) && ipver == 4) &&
317 !((opt_len == 20 || opt_len == 22) && ipver == 6))
321 switch (ipver) {
H A Dprint-nfs.c853 int ipver; /* IP version (4 or 6) */ member in struct:xid_map_entry
910 xmep->ipver = 4;
916 xmep->ipver = 6;
948 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)
950 switch (xmep->ipver) {
/external/ltp/testcases/network/virt/
H A Dvirt_lib.sh287 tst_resm TINFO "IPv4 VxLAN over IPv$ipver slower by $per %"
288 tst_resm TINFO "IPv6 VxLAN over IPv$ipver slower by $per6 %"
387 ipver=${TST_IPV6:-'4'}
/external/syslinux/com32/include/syslinux/
H A Dconfig.h58 uint32_t ipver; member in struct:syslinux_ipinfo
/external/syslinux/core/fs/pxe/
H A Ddhcp_option.c233 IPInfo.ipver = 4; /* This is IPv4 only for now... */
/external/curl/lib/
H A Dconnect.c344 long ipver = conn->ip_version; local
357 conn->ip_version = ipver;
H A Durldata.h1576 long ipver; /* the CURL_IPRESOLVE_* defines in the public header file member in struct:UserDefined
H A Durl.c2254 data->set.ipver = va_arg(param, long);
3957 conn->ip_version = data->set.ipver;

Completed in 376 milliseconds