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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 44 ip_version The IP version of the nodecon to match. (socket.AF_INET
71 def ip_version(self): member in class:NodeconQuery
74 @ip_version.setter
75 def ip_version(self, value): member in class:NodeconQuery
104 self.log.debug("IP Version: {0.ip_version}".format(self))
142 if self.ip_version and self.ip_version != nodecon.ip_version:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
nodecon.py 76 self.ip_version = ocon.ip_version
88 return self.ip_version == other.ip_version and \
  /external/curl/lib/
hostip6.c 124 if(conn->ip_version == CURL_IPRESOLVE_V6)
181 switch(conn->ip_version) {
hostip4.c 66 if(conn->ip_version == CURL_IPRESOLVE_V6)
connect.c 344 long ipver = conn->ip_version;
348 conn->ip_version = CURL_IPRESOLVE_V4;
351 conn->ip_version = CURL_IPRESOLVE_V6;
357 conn->ip_version = ipver;
    [all...]
asyn-ares.c 516 switch(conn->ip_version) {
asyn-thread.c 626 switch(conn->ip_version) {
urldata.h 968 long ip_version; \/* copied from the Curl_easy at creation time *\/ member in struct:connectdata
    [all...]
url.c     [all...]
  /system/firewalld/
iptables.h 104 bool ApplyRuleForUserTrafficWithVersion(const std::string& ip_version,
iptables.cc 428 bool IpTables::ApplyRuleForUserTrafficWithVersion(const std::string& ip_version,
432 if (ip_version == kIPv6)
444 LOG(ERROR) << (add ? "Adding" : "Removing") << " rule for " << ip_version
  /external/curl/src/
tool_cfgable.h 145 long ip_version; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 120 def ip_version(self): member in class:Nodecon
  /external/android-clat/
clatd_test.cpp 174 uint8_t ip_version(const uint8_t *packet) { function
206 int version = ip_version(packet);
292 uint8_t version = ip_version(fragments[0]);
299 ASSERT_EQ(ip_version(packet), version) << msg << ": Inconsistent fragment versions\n";
398 uint8_t version = ip_version(packet);
442 int version = ip_version(original);
524 int version = ip_version(packet);
    [all...]
  /external/tcpdump/
print-sflow.c 58 uint8_t ip_version[4]; member in struct:sflow_datagram_t
848 EXTRACT_32BITS(sflow_datagram->ip_version) == 1 ? "IPv4" : "IPv6",
859 EXTRACT_32BITS(sflow_datagram->ip_version) == 1 ? "IPv4" : "IPv6",
  /system/connectivity/shill/
device.cc 1207 string ip_version; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 8738 int ip_version = 4; local
    [all...]

Completed in 268 milliseconds