Searched refs:family (Results 251 - 275 of 433) sorted by relevance

<<1112131415161718

/external/iptables/extensions/
H A Dlibxt_set.c222 .family = NFPROTO_IPV4,
236 .family = NFPROTO_UNSPEC,
H A Dlibip6t_LOG.c170 .family = NFPROTO_IPV6,
H A Dlibip6t_dst.c177 .family = NFPROTO_IPV6,
H A Dlibip6t_frag.c156 .family = NFPROTO_IPV6,
H A Dlibip6t_hbh.c169 .family = NFPROTO_IPV6,
H A Dlibip6t_ipv6header.c232 .family = NFPROTO_IPV6,
/external/iptables/include/
H A Dxtables.h216 u_int16_t family; member in struct:xtables_match
280 u_int16_t family; member in struct:xtables_target
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h273 ({ (tgt)->family = AF_INET; \
278 ({ (mtch)->family = AF_INET; \
/external/libppp/src/
H A Darp.c81 #define SET_SA_FAMILY(addr, family) \
83 addr.sa_family = (family); \
H A Dip.c211 u_int32_t family __unused,
213 u_int32_t family,
236 if (family == AF_INET6) {
558 PacketCheck(struct bundle *bundle, u_int32_t family, argument
584 if (family == AF_INET6) {
870 if (filter && FilterCheck(packet, family, filter, psecs)) {
881 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
936 tun.header.family = htonl(af);
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css18 font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
239 font-family: 'Consolas', 'Deja Vu Sans Mono',
274 font-family: 'Consolas', 'Deja Vu Sans Mono',
366 font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
/external/netperf/
H A Dnettest_bsd.h43 int ipfamily; /* the address family of ipaddress */
414 int family,
433 int family,
/external/webkit/Source/WebCore/css/
H A DthemeWin.css126 font-family: monospace;
H A DCSSFontSelector.cpp90 // Obtain the font-family property and the src property. Both must be defined.
285 // Hash under every single family name.
293 // We need to use the raw text for all the generic family types, since @font-face is a way of actually
462 // http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/#q46 says: "If there are fewer then 9 weights in the family, the default algorithm
510 String family = familyName.string();
512 Vector<RefPtr<CSSFontFace> >* familyFontFaces = m_fontFaces.get(family);
515 // If we were handed a generic family, but there was no match, go ahead and return the correct font based off our
520 HashMap<unsigned, RefPtr<CSSSegmentedFontFace> >* segmentedFontFaceCache = m_fonts.get(family);
523 m_fonts.set(family, segmentedFontFaceCache);
551 if (Vector<RefPtr<CSSFontFace> >* familyLocallyInstalledFontFaces = m_locallyInstalledFontFaces.get(family)) {
[all...]
H A DCSSComputedStyleDeclaration.cpp686 static int identifierForFamily(const AtomicString& family) argument
693 if (family == cursiveFamily)
695 if (family == fantasyFamily)
697 if (family == monospaceFamily)
699 if (family == sansSerifFamily)
701 if (family == serifFamily)
706 static PassRefPtr<CSSPrimitiveValue> valueForFamily(const AtomicString& family, CSSPrimitiveValueCache* primitiveValueCache) argument
708 if (int familyIdentifier = identifierForFamily(family))
710 return primitiveValueCache->createValue(family.string(), CSSPrimitiveValue::CSS_STRING);
1107 const FontFamily& firstFamily = style->fontDescription().family();
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h124 const FontFamily& family() const { return m_fontDescription.family(); } function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.cpp86 FontPlatformData::FontPlatformData(SkTypeface* tf, const char* family, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation, TextOrientation textOrientation) argument
88 , m_family(family)
243 // We don't have a family for this. Probably because it's a webfont. We
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlSingleLine.cpp544 float RenderTextControlSingleLine::getAvgCharWidth(AtomicString family) argument
550 if (family == AtomicString("Lucida Grande"))
553 return RenderTextControl::getAvgCharWidth(family);
565 AtomicString family = style()->font().family().family(); local
570 if (family == AtomicString("Lucida Grande"))
572 else if (hasValidAvgCharWidth(family))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c293 int setsockopt_bypass(int s, int family) argument
304 int level = (family == AF_INET) ? IPPROTO_IP : IPPROTO_IPV6;
305 int option = (family == AF_INET) ? IP_IPSEC_POLICY : IPV6_IPSEC_POLICY;
531 "address family mismatch\n");
551 "address family mismatch\n");
773 setsockopt_bypass(so, family)
774 int so, family;
780 switch (family) {
791 "unsupported address family %d\n", family);
[all...]
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c1242 * @param family the address family to listen on, NULL for all
1249 const char *family,
1252 return _dbus_connect_tcp_socket_with_nonce (host, port, family, (const char*)NULL, error);
1258 const char *family,
1272 if (!family)
1274 else if (!strcmp(family, "ipv4"))
1276 else if (!strcmp(family, "ipv6"))
1282 "Unknown address family %s", family);
1247 _dbus_connect_tcp_socket(const char *host, const char *port, const char *family, DBusError *error) argument
1256 _dbus_connect_tcp_socket_with_nonce(const char *host, const char *port, const char *family, const char *noncefile, DBusError *error) argument
1387 _dbus_listen_tcp_socket(const char *host, const char *port, const char *family, DBusString *retport, int **fds_p, DBusError *error) argument
[all...]
/external/tcpdump/
H A Dprint-lwres.c99 lwres_uint32_t family; member in struct:lwres_addr
270 switch (EXTRACT_32BITS(&ap->family)) {
286 printf(" %u/", EXTRACT_32BITS(&ap->family));
/external/valgrind/main/cachegrind/
H A Dcg-x86-amd64.c66 Int family; local
85 /* family/model needed to distinguish code reuse (currently 0x49) */
88 family = (((cpuid1_eax >> 20) & 0xff) << 4) + ((cpuid1_eax >> 8) & 0xf);
187 if (family == 15 && model == 6) {
188 /* On Xeon MP (family F, model 6), this is for L3 */
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp121 FontFamily family; local
122 family.setFamily(metrics.lfSmCaptionFont.lfFaceName);
123 desc.setFamily(family);
/external/chromium/googleurl/src/
H A Durl_canon.h334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
336 // Convenience function to test if family is an IP address.
337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; }
352 Family family; member in struct:url_canon::CanonHostInfo
354 // If |family| is IPV4, then this is the number of nonempty dot-separated
355 // components in the input text, from 1 to 4. If |family| is not IPV4,
360 // CanonicalizeIPAddress() only sets this field if |family| is IPV4 or IPV6.
381 // A successful return is indicated by host_info->family != BROKEN. See the

Completed in 433 milliseconds

<<1112131415161718