Home
last modified time | relevance | path

Searched refs:ip_family (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dbearer.py92 ip_family = self._bearer_props.get('ip-type', None)
93 if ip_family and ip_family >= mm1_constants.MM_BEARER_IP_FAMILY_IPV6:
/external/scapy/scapy/layers/tls/
Dautomaton_srv.py81 self.ip_family = tmp[0][0]
135 s = socket.socket(self.ip_family, socket.SOCK_STREAM)
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc69 int GetAddressFamilyPriority(int ip_family) { in GetAddressFamilyPriority() argument
70 switch (ip_family) { in GetAddressFamilyPriority()