HomeSort by relevance Sort by last modified time
    Searched refs:ip_version (Results 1 - 16 of 16) sorted by null

  /external/scapy/scapy/contrib/
mpls.py 36 ip_version = (orb(payload[0]) >> 4) & 0xF
37 if ip_version == 4:
39 elif ip_version == 6:
  /external/curl/lib/
hostip6.c 91 if(conn->ip_version == CURL_IPRESOLVE_V6)
149 switch(conn->ip_version) {
hostip4.c 67 if(conn->ip_version == CURL_IPRESOLVE_V6)
connect.c 350 long ipver = conn->ip_version;
354 conn->ip_version = CURL_IPRESOLVE_V4;
357 conn->ip_version = CURL_IPRESOLVE_V6;
363 conn->ip_version = ipver;
    [all...]
asyn-ares.c 558 switch(conn->ip_version) {
asyn-thread.c 690 switch(conn->ip_version) {
doh.c 358 if(conn->ip_version != CURL_IPRESOLVE_V6) {
368 if(conn->ip_version != CURL_IPRESOLVE_V4) {
urldata.h 906 long ip_version; \/* copied from the Curl_easy at creation time *\/ member in struct:connectdata
    [all...]
url.c     [all...]
  /external/curl/src/
tool_cfgable.h 177 long ip_version; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c     [all...]
  /external/android-clat/
clatd_test.cpp 183 uint8_t ip_version(const uint8_t *packet) { function
215 int version = ip_version(packet);
301 uint8_t version = ip_version(fragments[0]);
308 ASSERT_EQ(ip_version(packet), version) << msg << ": Inconsistent fragment versions\n";
406 uint8_t version = ip_version(packet);
448 int version = ip_version(original);
531 int version = ip_version(packet);
    [all...]
  /external/tcpdump/
print-sflow.c 59 uint8_t ip_version[4]; member in struct:sflow_datagram_t
898 EXTRACT_32BITS(sflow_datagram->ip_version) == 1 ? "IPv4" : "IPv6",
909 EXTRACT_32BITS(sflow_datagram->ip_version) == 1 ? "IPv4" : "IPv6",
  /external/python/cpython3/PC/
launcher.c 230 wchar_t ip_version[IP_VERSION_SIZE]; local
242 status = RegEnumKeyW(core_root, i, ip_version, IP_VERSION_SIZE);
248 ip_version, message);
253 wcsncpy_s(ip->version, MAX_VERSION_SIZE, ip_version,
256 L"%ls\\%ls\\InstallPath", CORE_PATH, ip_version);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 9892 int ip_version = 4; local
    [all...]

Completed in 314 milliseconds