HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 51 - 75 of 1382) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/iproute2/ip/
rtmon.c 77 int family = AF_UNSPEC; local
85 if (matches(argv[1], "-family") == 0) {
91 family = AF_INET;
93 family = AF_INET6;
95 family = AF_INET6;
103 family = AF_INET;
105 family = AF_INET6;
107 family = AF_PACKET;
144 if (!family || family == AF_INET
    [all...]
  /system/connectivity/shill/
arp_packet.cc 84 IPAddress::Family family = IPAddress::kFamilyUnknown; local
86 family = IPAddress::kFamilyIPv4;
88 family = IPAddress::kFamilyIPv6;
99 size_t ip_address_length = IPAddress::GetAddressLength(family);
124 local_ip_address_ = IPAddress(family, packet.GetSubstring(
128 remote_ip_address_ = IPAddress(family, packet.GetSubstring(
139 if (local_ip_address_.family() != remote_ip_address_.family()) {
144 IPAddress::Family family = local_ip_address_.family() local
    [all...]
dns_client_factory.cc 39 IPAddress::Family family,
45 return new DNSClient(family,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 7 .math { font-family: "Century Schoolbook", serif; }
8 .math i { font-family: "Century Schoolbook", serif;
10 .boldmath { font-family: "Century Schoolbook", serif;
47 h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
56 .sectref { font-family: avantgarde, sans-serif; }
68 code, tt { font-family: "lucida typewriter", lucidatypewriter,
70 var { font-family: times, serif;
76 .typelabel { font-family: lucida, sans-serif; }
80 font-family: avantgarde, sans-serif;
89 div.warning .label { font-family: sans-serif
    [all...]
  /external/libnl/lib/netfilter/
nfnl.c 43 * FAMILY, RES_ID);
59 * nfnl_send_simple(sk, SUBSYS, TYPE, 0, FAMILY, RES_ID);
102 * @arg family nfnetlink address family
108 int flags, uint8_t family, uint16_t res_id)
111 .nfgen_family = family,
146 * Get netfilter family from message
174 static int nfnlmsg_append(struct nl_msg *msg, uint8_t family, uint16_t res_id)
182 nfg->nfgen_family = family;
185 NL_DBG(2, "msg %p: Added nfnetlink header family=%d res_id=%d\n"
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketOptionRegistry.java 39 private final ProtocolFamily family; field in class:SocketOptionRegistry.RegistryKey
40 RegistryKey(SocketOption<?> name, ProtocolFamily family) {
42 this.family = family;
45 return name.hashCode() + family.hashCode();
52 if (this.family != other.family) return false;
79 public static OptionKey findOption(SocketOption<?> name, ProtocolFamily family) {
80 RegistryKey key = new RegistryKey(name, family);
SelectorProviderImpl.java 45 public DatagramChannel openDatagramChannel(ProtocolFamily family) throws IOException {
46 return new DatagramChannelImpl(this, family);
  /external/drm_gralloc/pci_ids/
pci_id_driver_map.h 32 #define CHIPSET(chip, name, family) chip,
38 #define CHIPSET(chip, name, family) chip,
45 #define CHIPSET(chip, name, family) chip,
51 #define CHIPSET(chip, name, family) chip,
57 #define CHIPSET(chip, name, family) chip,
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 50 public static String stringForAddressFamily(int family) {
51 if (family == OsConstants.AF_INET) { return "AF_INET"; }
52 if (family == OsConstants.AF_INET6) { return "AF_INET6"; }
53 if (family == OsConstants.AF_NETLINK) { return "AF_NETLINK"; }
54 return String.valueOf(family);
  /external/autotest/client/site_tests/network_3GFailedConnect/
network_3GFailedConnect.py 18 def _GetModemSuperClass(family):
20 Obtains the correct Modem base class to use for the given family.
22 @param family: The modem family. Should be one of |3GPP|/|CDMA|.
24 @raises error.TestError, if |family| is not one of '3GPP' or 'CDMA'.
27 if family == '3GPP':
29 elif family == 'CDMA':
32 raise error.TestError('Invalid pseudomodem family: %s', family)
35 def GetFailConnectModem(family)
    [all...]
  /frameworks/minikin/sample/
example.cpp 49 FontFamily *family = new FontFamily(); local
60 family->addFont(font);
62 typefaces.push_back(family);
65 family = new FontFamily();
69 family->addFont(font);
70 typefaces.push_back(family);
  /bionic/libc/bionic/
ifaddrs.cpp 70 void SetAddress(int family, const void* data, size_t byteCount) {
76 ifa.ifa_addr = CopyAddress(family, data, byteCount, &addr);
79 ifa.ifa_dstaddr = CopyAddress(family, data, byteCount, &ifa_ifu);
83 void SetBroadcastAddress(int family, const void* data, size_t byteCount) {
90 ifa.ifa_broadaddr = CopyAddress(family, data, byteCount, &ifa_ifu);
93 void SetLocalAddress(int family, const void* data, size_t byteCount) {
103 ifa.ifa_addr = CopyAddress(family, data, byteCount, &addr);
108 void SetNetmask(int family, size_t prefix_length) {
110 netmask.ss_family = family;
111 uint8_t* dst = SockaddrBytes(family, &netmask)
    [all...]
  /external/autotest/frontend/static/
jsonview.css 30 font-family: sans-serif;
80 font-family: monospace;
84 font-family: monospace;
104 font-family: monospace;
  /external/dbus/dbus/
dbus-server-win.c 65 const char *family = "ipv4"; local
72 family, error, FALSE);
dbus-transport-socket.h 35 const char *family,
  /external/libnl/lib/genl/
ctrl.c 23 #include <netlink/genl/family.h>
58 struct genl_family *family; local
62 family = genl_family_alloc();
63 if (family == NULL) {
78 family->ce_msgtype = info->nlh->nlmsg_type;
79 genl_family_set_id(family,
81 genl_family_set_name(family,
86 genl_family_set_version(family, version);
91 genl_family_set_hdrsize(family, hdrsize);
96 genl_family_set_maxattr(family, maxattr)
225 struct genl_family *family; local
    [all...]
  /external/v8/tools/profviz/
profviz.css 44 font-family: monospace;
73 font-family: Verdana;
86 font-family: Verdana;
97 font-family: Verdana;
103 font-family: Verdana;
112 font-family: Verdana;
118 font-family: Verdana;
123 font-family: monospace;
129 font-family: Verdana;
  /external/webrtc/webrtc/base/
nullsocketserver.h 39 virtual rtc::Socket* CreateSocket(int family, int type) {
49 virtual rtc::AsyncSocket* CreateAsyncSocket(int family, int type) {
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 30 Typeface* family = reinterpret_cast<Typeface*>(familyHandle); local
31 Typeface* face = Typeface::createFromTypeface(family, (SkTypeface::Style)style);
35 face = Typeface::createFromTypeface(family, (SkTypeface::Style)(style ^ SkTypeface::kItalic));
38 face = Typeface::createFromTypeface(family, (SkTypeface::Style)i);
44 Typeface* family = reinterpret_cast<Typeface*>(familyHandle); local
45 Typeface* face = Typeface::createWeightAlias(family, weight);
65 FontFamily* family = reinterpret_cast<FontFamily*>(families[i]); local
66 familyVec.push_back(family);
  /system/connectivity/shill/net/
ip_address_unittest.cc 49 void TestAddress(IPAddress::Family family,
54 IPAddress good_addr(family);
57 EXPECT_EQ(IPAddress::GetAddressLength(family), good_addr.GetLength());
58 EXPECT_EQ(family, good_addr.family());
67 IPAddress good_addr_from_bytes(family, good_bytes);
71 EXPECT_EQ(family, good_addr_from_string.family());
73 IPAddress bad_addr(family);
216 IPAddress::Family family; member in struct:shill::PrefixMapping
282 IPAddress::Family family; member in struct:shill::BitOperationMapping
342 IPAddress::Family family; member in struct:shill::NetworkPartMapping
402 IPAddress::Family family; member in struct:shill::MinPrefixLengthMapping
437 IPAddress::Family family; member in struct:shill::CanReachAddressMapping
    [all...]
  /external/c-ares/
ares__get_hostent.c 36 int ares__get_hostent(FILE *fp, int family, struct hostent **host)
47 /* Validate family */
48 switch (family) {
137 /* Convert address string to network address for the requested family. */
139 addr.family = AF_UNSPEC;
141 if ((family == AF_INET) || (family == AF_UNSPEC))
146 /* Actual network address family and length. */
147 addr.family = AF_INET;
151 if ((family == AF_INET6) || ((family == AF_UNSPEC) && (!addrlen))
    [all...]
  /external/iptables/extensions/
libxt_TRACE.c 11 .family = NFPROTO_UNSPEC,
libxt_standard.c 13 .family = NFPROTO_UNSPEC,
  /external/libyuv/files/util/
cpuid.c 28 uint32 family, model, cpu_info[4]; local
46 // CPU Family and Model
49 // 11:8 - Family
52 // 27:20 - Extended Family
54 family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0);
56 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_chipset.h 11 #define CHIPSET(id, name, family) PCI_CHIP_##name = id,

Completed in 4485 milliseconds

1 23 4 5 6 7 8 91011>>