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

1 2 3 4 5 6 7 8 91011>>

  /external/libnetfilter_conntrack/utils/
conntrack_flush.c 11 uint8_t family = AF_INET; local
20 ret = nfct_query(h, NFCT_Q_FLUSH, &family);
expect_flush.c 11 uint8_t family = AF_INET; local
20 ret = nfexp_query(h, NFCT_Q_FLUSH, &family);
conntrack_dump.c 23 uint32_t family = AF_INET; local
33 ret = nfct_query(h, NFCT_Q_DUMP, &family);
expect_dump.c 23 uint8_t family = AF_INET; local
33 ret = nfexp_query(h, NFCT_Q_DUMP, &family);
  /external/skia/src/ports/
SkFontMgr_custom_empty.cpp 18 SkFontStyleSet_Custom* family = new SkFontStyleSet_Custom(SkString()); variable
19 families->push_back().reset(family); variable
20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
  /external/skqp/src/ports/
SkFontMgr_custom_empty.cpp 18 SkFontStyleSet_Custom* family = new SkFontStyleSet_Custom(SkString()); variable
19 families->push_back().reset(family); variable
20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
  /external/libnl/src/lib/
rule.c 49 int family; local
51 if ((family = nl_str2af(arg)) != AF_UNSPEC)
52 rtnl_rule_set_family(rule, family);
neigh.c 68 int family; local
70 if ((family = nl_str2af(arg)) == AF_UNSPEC)
72 "Unable to translate address family \"%s\"", arg);
74 rtnl_neigh_set_family(neigh, family);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Person.java 20 public String family; field in class:Person
  /external/strace/
netlink_route.c 39 decode_family(struct tcb *const tcp, const uint8_t family,
42 tprints("{family=");
43 printxval(addrfams, family, "AF_???");
44 if (len > sizeof(family)) {
46 printstr_ex(tcp, addr + sizeof(family),
47 len - sizeof(family), QUOTE_FORCE_HEX);
130 uint8_t family; local
135 if (!umove_or_printaddr(tcp, addr, &family)) {
140 route_decoders[index](tcp, nlmsghdr, family, addr, len);
142 decode_family(tcp, family, addr, len)
    [all...]
netlink_sock_diag.c 35 decode_family(struct tcb *const tcp, const uint8_t family,
38 tprints("{family=");
39 printxval(addrfams, family, "AF_???");
40 if (len > sizeof(family)) {
42 printstr_ex(tcp, addr + sizeof(family),
43 len - sizeof(family), QUOTE_FORCE_HEX);
69 uint8_t family; local
74 if (!umove_or_printaddr(tcp, addr, &family)) {
75 if (family < ARRAY_SIZE(diag_decoders)
76 && len > sizeof(family)) {
    [all...]
  /external/tcpdump/
print-null.c 37 * 32-bit integer that specifies the family, e.g. AF_INET.
56 null_hdr_print(netdissect_options *ndo, u_int family, u_int length)
60 tok2str(bsd_af_values,"Unknown",family),family));
63 tok2str(bsd_af_values,"Unknown AF %u",family)));
80 u_int family; local
87 memcpy((char *)&family, (const char *)p, sizeof(family));
97 if ((family & 0xFFFF0000) != 0)
98 family = SWAPLONG(family)
    [all...]
  /external/iproute2/ip/
ipprefix.c 44 int family = preferred_family; local
58 if (family == AF_UNSPEC)
59 family = AF_INET6;
60 if (family != AF_INET6)
64 fprintf(stderr, "incorrect protocol family: %d\n", prefix->prefix_family);
76 rt_addr_n2a_rta(family, tb[PREFIX_ADDRESS]),
ipfou.c 54 unsigned short family = AF_INET; local
77 family = AF_INET6;
105 addattr16(n, 1024, FOU_ATTR_AF, family);
  /external/iptables/iptables/
xtables-config-parser.y 106 line : family
109 family : T_FAMILY T_STRING '{' tables '}' label
170 static int32_t familytonumber(const char *family)
172 if (strcmp(family, "ipv4") == 0)
174 else if (strcmp(family, "ipv6") == 0)
188 int32_t family = 0;
201 family = familytonumber(e->data);
202 if (family == -1)
210 nftnl_table_set_u32(table, NFTNL_TABLE_FAMILY, family);
  /external/syslinux/com32/gpllib/dmi/
dmi_processor.c 53 static const char *family[256] = { local
323 if (family[code] != NULL) {
324 return family[code];
  /external/webrtc/talk/media/base/
cpuid.cc 50 // Detect CPU Family and Model
53 // 11:8 - Family
56 // 27:20 - Extended Family
57 libyuv::CpuId(1, 0, &cpu_info[0]); // Function 1: Family and Model
58 int family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0); local
70 if (family < 6 || family == 15 ||
71 (family == 6 && (model == kAtom || model <= kCore2))) {
  /frameworks/base/core/jni/android/graphics/
FontUtils.h 30 FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {}
31 std::shared_ptr<minikin::FontFamily> family; member in struct:android::FontFamilyWrapper
  /external/android-clat/
getaddr.c 34 int family; member in struct:target
64 if((targ_p->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
71 if(targ_p->family == AF_INET) {
96 * finds the first global non-privacy IP of the given family for the given interface, or returns NULL. caller frees pointer
98 * family - family
100 union anyip *getinterface_ip(const char *interface, int family) {
106 targ.family = family;
114 ifa.ifa_family = targ.family;
    [all...]
  /external/freetype/src/cache/
ftcglyph.c 33 FTC_Family family )
35 gnode->family = family;
37 family->num_nodes++;
45 FTC_Family family = gnode->family; local
48 gnode->family = NULL;
49 if ( family && --family->num_nodes == 0 )
50 FTC_FAMILY_FREE( family, cache )
201 FTC_Family family = query->family; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_iptunnel_common.h 20 __u16 family; member in struct:vip
33 __u16 family; member in struct:iptnl_info
  /external/linux-kselftest/tools/testing/selftests/net/
reuseaddr_conflict.c 29 int family = ipv6 ? AF_INET6 : AF_INET; local
51 if ((fd = socket(family, SOCK_STREAM, IPPROTO_TCP)) < 0) {
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_winsys.h 45 unsigned family; member in struct:radv_amdgpu_winsys
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 159 rctx->has_vertex_cache = !(rctx->b.family == CHIP_RV610 ||
160 rctx->b.family == CHIP_RV620 ||
161 rctx->b.family == CHIP_RS780 ||
162 rctx->b.family == CHIP_RS880 ||
163 rctx->b.family == CHIP_RV710);
174 rctx->has_vertex_cache = !(rctx->b.family == CHIP_CEDAR ||
175 rctx->b.family == CHIP_PALM ||
176 rctx->b.family == CHIP_SUMO ||
177 rctx->b.family == CHIP_SUMO2 ||
178 rctx->b.family == CHIP_CAICOS |
232 enum radeon_family family = rscreen->b.family; local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 92 // get feature flags in ecx/edx, and family/model in eax
95 int family = (eax >> 8) & 0xf; // family and model fields local
97 if (family == 0xf) { // use extended family and model fields
98 family += (eax >> 20) & 0xff;
106 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
108 family == 15 &&

Completed in 744 milliseconds

1 2 3 4 5 6 7 8 91011>>