HomeSort by relevance Sort by last modified time
    Searched defs:family (Results 151 - 175 of 553) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libnetfilter_conntrack/src/expect/
api.c 524 const uint8_t *family = data; local
546 nfnl_fill_hdr(ssh, &req->nlh, 0, *family, 0, IPCTNL_MSG_EXP_DELETE, NLM_F_REQUEST|NLM_F_ACK);
549 nfnl_fill_hdr(ssh, &req->nlh, 0, *family, 0, IPCTNL_MSG_EXP_GET, NLM_F_REQUEST|NLM_F_DUMP);
570 * The pointer to data can be a conntrack object or the protocol family
583 * Pass a valid pointer to the protocol family (uint8_t)
  /external/libnl/include/linux-private/linux/
fib_rules.h 16 __u8 family; member in struct:fib_rule_hdr
  /external/libnl/lib/genl/
ctrl.c 16 * Resolves Generic Netlink family names to numeric identifiers.
19 * family names to their numeric identifiers. This module provides functions
27 #include <netlink/genl/family.h>
64 static int parse_mcast_grps(struct genl_family *family, struct nlattr *grp_attr)
94 err = genl_family_add_grp(family, id, name);
108 struct genl_family *family; local
112 family = genl_family_alloc();
113 if (family == NULL) {
128 family->ce_msgtype = info->nlh->nlmsg_type;
129 genl_family_set_id(family,
431 struct genl_family *family; local
475 struct genl_family *family; local
    [all...]
family.c 2 * lib/genl/family.c Generic Netlink Family
14 * @defgroup genl_family Generic Netlink Family Object
16 * Object representing a kernel side registered Generic Netlink family
24 #include <netlink/genl/family.h>
39 struct genl_family *family = (struct genl_family *) c; local
41 nl_init_list_head(&family->gf_ops);
42 nl_init_list_head(&family->gf_mc_grps);
47 struct genl_family *family = (struct genl_family *) c; local
51 if (family == NULL
92 struct genl_family *family = (struct genl_family *) obj; local
113 struct genl_family *family = (struct genl_family *) obj; local
    [all...]
  /external/libnl/lib/netfilter/
ct.c 440 int family; local
442 family = nfnl_ct_get_family(ct);
455 family == AF_INET ? CTA_IP_V4_SRC : CTA_IP_V6_SRC,
461 family == AF_INET ? CTA_IP_V4_DST : CTA_IP_V6_DST,
481 if (family == AF_INET) {
493 } else if (family == AF_INET6) {
exp.c 347 int family; local
349 family = nfnl_exp_get_family(exp);
368 family == AF_INET ? CTA_IP_V4_SRC : CTA_IP_V6_SRC,
374 family == AF_INET ? CTA_IP_V4_DST : CTA_IP_V6_DST,
  /external/ltp/testcases/network/stress/ns-tools/
ns-tcpserver.c 71 sa_family_t family; /* protocol family */ member in struct:server_info
103 "\t-f\tprotocol family\n"
212 hints.ai_family = info_p->family;
235 /* Don't accept IPv4 mapped address if the protocol family is IPv6 */
543 server.family = PF_UNSPEC;
551 server.family = PF_INET; /* IPv4 */
553 server.family = PF_INET6; /* IPv6 */
556 "protocol family should be 4 or 6.\n");
611 /* Check the family is spefied. *
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.h 56 enum radeon_family family; member in struct:ac_nir_compiler_options
  /external/python/cpython2/Lib/
socket.py 189 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
191 _sock = _realsocket(family, type, proto)
223 family = property(lambda self: self._sock.family, doc="the socket family") variable in class:_socketobject
  /external/python/cpython3/Lib/
socket.py 71 # where needed (e.g. .family property of a socket object).
98 """Convert a numeric family value to an IntEnum member.
139 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None):
140 # For user code address family and type values are IntEnum members, but
144 _socket.socket.__init__(self, family, type, proto, fileno)
160 s = "<%s.%s%s fd=%i, family=%s, type=%s, proto=%i" \
165 self.family,
194 sock = self.__class__(self.family, self.type, self.proto, fileno=fd)
210 sock = socket(self.family, type, self.proto, fileno=fd)
430 def family(self) member in class:socket
    [all...]
  /external/skia/src/ports/
SkFontMgr_android.cpp 148 explicit SkFontStyleSet_Android(const FontFamily& family, const Scanner& scanner,
151 if (family.fNames.count() > 0) {
152 cannonicalFamilyName = &family.fNames[0];
155 for (int i = 0; i < family.fFonts.count(); ++i) {
156 const FontFileInfo& fontFile = family.fFonts[i];
158 SkString pathName(family.fBasePath);
191 uint32_t variant = family.fVariant;
196 // The first specified family name overrides the family name found in the font.
198 // all of the specified family names in addition to the names found in the font
351 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; local
499 FontFamily& family = *families[i]; local
    [all...]
  /external/skqp/src/ports/
SkFontMgr_android.cpp 148 explicit SkFontStyleSet_Android(const FontFamily& family, const Scanner& scanner,
151 if (family.fNames.count() > 0) {
152 cannonicalFamilyName = &family.fNames[0];
155 for (int i = 0; i < family.fFonts.count(); ++i) {
156 const FontFileInfo& fontFile = family.fFonts[i];
158 SkString pathName(family.fBasePath);
191 uint32_t variant = family.fVariant;
196 // The first specified family name overrides the family name found in the font.
198 // all of the specified family names in addition to the names found in the font
351 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; local
499 FontFamily& family = *families[i]; local
    [all...]
  /external/strace/
msghdr.c 372 const int family = local
375 (family == AF_NETLINK) ? IOV_DECODE_NETLINK : IOV_DECODE_STR;
netlink.c 215 * for family here to filter out -1.
219 const unsigned int family)
227 * that need no family-specific decoding.
229 if (type >= NLMSG_MIN_TYPE && family < ARRAY_SIZE(nlmsg_types)) {
230 if (nlmsg_types[family].decoder)
231 decoder = nlmsg_types[family].decoder;
232 if (nlmsg_types[family].xlat)
233 xlat = nlmsg_types[family].xlat;
234 if (nlmsg_types[family].dflt)
235 dflt = nlmsg_types[family].dflt
629 const int family = get_fd_nl_family(tcp, fd); local
    [all...]
  /external/syslinux/core/
dmi.c 339 uint32_t flags[4], eax, ebx, family; local
343 family = (eax & 0x0ff00f00) >> 8;
344 *p++ = family >= 6 ? '6' : family + '0';
  /external/valgrind/coregrind/
m_cache.c 117 Int family; local
128 /* family/model needed to distinguish code reuse (currently 0x49) */
131 family = (((cpuid1_eax >> 20) & 0xff) << 4) + ((cpuid1_eax >> 8) & 0xf);
236 if (family == 15 && model == 6) {
237 /* On Xeon MP (family F, model 6), this is for L3 */
  /external/webrtc/webrtc/base/
natsocketfactory.cc 26 int family = ip.family(); local
28 buf[1] = family;
31 if (family == AF_INET) {
36 } else if (family == AF_INET6) {
52 int family = buf[1]; local
55 if (family == AF_INET) {
59 } else if (family == AF_INET6) {
72 explicit NATSocket(NATInternalSocketFactory* sf, int family, int type)
73 : sf_(sf), family_(family), type_(type), connected_(false)
    [all...]
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 85 std::shared_ptr<minikin::FontFamily> family = std::make_shared<minikin::FontFamily>( local
87 if (family->getCoverage().length() == 0) {
90 return toJLong(new FontFamilyWrapper(std::move(family)));
  /frameworks/base/rs/java/android/renderscript/
Font.java 49 //These help us create a font by family name
95 private static void addFamilyToMap(FontFamily family) {
96 for(int i = 0; i < family.mNames.length; i ++) {
97 sFontFamilyMap.put(family.mNames[i], family);
134 FontFamily family = sFontFamilyMap.get(familyName); local
135 if(family != null) {
138 return family.mNormalFileName;
140 return family.mBoldFileName;
142 return family.mItalicFileName
    [all...]
  /frameworks/minikin/tests/unittest/
FontCollectionItemizeTest.cpp 519 // First font family (Regular.ttf) supports U+203C but doesn't support U+203C U+FE0F.
527 // First font family (Regular.ttf) supports U+203C U+FE0E.
944 auto family = local
    [all...]
  /libcore/ojluni/src/main/native/
net_util.c 65 /* The address, and family fields used to be in InetAddress
168 void setInetAddress_family(JNIEnv *env, jobject iaObj, int family) {
172 (*env)->SetIntField(env, holder, iac_familyID, family);
274 // Unknown family
276 snprintf(errmsg, sizeof(errmsg), "Unknown socket family: %d", him->sa_family);
286 jint family = AF_INET; local
289 family = getInetAddress_family(env, iaObj) == IPv4? AF_INET : AF_INET6;
300 if (family == AF_INET6) {
315 if (family == AF_INET) {
331 if (family != AF_INET)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/
caif_socket.h 108 * @family: Address family number, must be AF_CAIF.
109 * @u: Union of address data 'switched' by family.
111 * @u.at: Applies when family = CAIFPROTO_AT.
115 * @u.util: Applies when family = CAIFPROTO_UTIL
119 * @u.dgm: Applies when family = CAIFPROTO_DATAGRAM
125 * @u.rfm: Applies when family = CAIFPROTO_RFM
131 * @u.dbg: Applies when family = CAIFPROTO_DEBUG.
142 __kernel_sa_family_t family; member in struct:sockaddr_caif
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 19 __u8 family; member in struct:fib_rule_hdr
  /prebuilts/gdb/darwin-x86/lib/python2.7/
socket.py 185 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
187 _sock = _realsocket(family, type, proto)
219 family = property(lambda self: self._sock.family, doc="the socket family") variable in class:_socketobject
  /prebuilts/gdb/linux-x86/lib/python2.7/
socket.py 185 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
187 _sock = _realsocket(family, type, proto)
219 family = property(lambda self: self._sock.family, doc="the socket family") variable in class:_socketobject

Completed in 651 milliseconds

1 2 3 4 5 67 8 91011>>