Searched refs:ipver (Results 1 – 11 of 11) sorted by relevance
/external/curl/tests/ |
D | serverhelp.pm | 105 my ($proto, $ipver, $idnum) = @_; 111 $ipver = (not $ipver) ? 'ipv4' : lc($ipver); 112 die "unsupported IP version: '$ipver'" unless($ipver && 113 ($ipver =~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6|unix)$/)); 114 $ipver = ($ipver =~ /6$/) ? '-IPv6' : (($ipver =~ /unix$/) ? '-unix' : ''); 121 return "${proto}${idnum}${ipver}"; 129 my ($proto, $ipver, $idnum) = @_; 130 return lc(servername_str($proto, $ipver, $idnum)); 138 my ($proto, $ipver, $idnum) = @_; 139 my $string = lc(servername_str($proto, $ipver, $idnum)); [all …]
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_helper.h | 39 unsigned int ipver = 0; in check_iproute() local 46 n = fscanf(ipf, "ip utility, iproute2-ss%u", &ipver); in check_iproute() 51 if (ipver < spe_ipver) { in check_iproute()
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_seg6_loop.c | 58 uint8_t *ipver; in get_srh() local 62 ipver = (uint8_t *)cursor; in get_srh() 64 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh() 67 if ((*ipver >> 4) != 6) in get_srh()
|
D | test_lwt_seg6local.c | 58 uint8_t *ipver; in get_srh() local 62 ipver = (uint8_t *)cursor; in get_srh() 64 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh() 67 if ((*ipver >> 4) != 6) in get_srh()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_l3_drops.sh | 355 local ipver=$1; shift 361 )"$ipver"$( : IP version 379 local ipver=$1; shift 394 payload=$(ipv4_payload_get $ipver $ihl $checksum) 409 local ipver=$1; shift 413 )"$ipver"$( : IP version 428 local ipver=$1; shift 441 payload=$(ipv6_payload_get $ipver)
|
/external/tcpdump/ |
D | print-mptcp.c | 333 u_int ipver = MP_ADD_ADDR_IPVER(add_addr->sub_ipver); in add_addr_print() local 335 if (!((opt_len == 8 || opt_len == 10) && ipver == 4) && in add_addr_print() 336 !((opt_len == 20 || opt_len == 22) && ipver == 6)) in add_addr_print() 340 switch (ipver) { in add_addr_print()
|
D | print-nfs.c | 845 int ipver; /* IP version (4 or 6) */ member 893 xmep->ipver = 4; in xid_map_enter() 898 xmep->ipver = 6; in xid_map_enter() 928 if (xmep->ipver != IP_V(ip) || xmep->xid != xid) in xid_map_find() 930 switch (xmep->ipver) { in xid_map_find()
|
/external/curl/lib/ |
D | connect.c | 348 long ipver = conn->ip_version; in bindlocal() local 361 conn->ip_version = ipver; in bindlocal()
|
D | urldata.h | 1703 long ipver; /* the CURL_IPRESOLVE_* defines in the public header file member
|
D | setopt.c | 2251 data->set.ipver = arg; in Curl_vsetopt()
|
D | url.c | 1698 conn->ip_version = data->set.ipver; in allocate_conn()
|