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

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/lib/genl/
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/strace/
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/libpcap/
pcap-netfilter-linux-android.c 20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family)
24 return nflog_send_config_cmd(&handle, group_id, cmd, family);
pcap-netfilter-linux-android.h 21 int android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family);
  /external/webrtc/webrtc/base/
socketfactory.h 29 virtual Socket* CreateSocket(int family, int type) = 0;
33 virtual AsyncSocket* CreateAsyncSocket(int family, int type) = 0;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Person.java 20 public String family; field in class:Person
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sockaddr.h 36 sa_family_t sa_prefix##family
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sockaddr.h 36 sa_family_t sa_prefix##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/pdfium/core/fpdfapi/page/
cpdf_pagemodule.cpp 23 CPDF_ColorSpace* CPDF_PageModule::GetStockCS(int family) {
24 if (family == PDFCS_DEVICEGRAY)
26 if (family == PDFCS_DEVICERGB)
28 if (family == PDFCS_DEVICECMYK)
30 if (family == PDFCS_PATTERN)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
dataurl-dbquote-font.css 8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
24 font-family: "Foo Bar";
dataurl-noquote-multiline-font.css 8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
24 font-family: "Foo Bar";
dataurl-singlequote-font.css 8 font-family:"Foo Bar",Helvetica,Arial;
14 font-family:Helvetica,Arial;
24 font-family: "Foo Bar";
  /external/android-clat/
getaddr.h 26 union anyip *getinterface_ip(const char *interface, int family);
  /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))) {
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 41 * OS family to look for
43 private String family; field in class:Os
57 * OS family that can be tested for. {@value}
61 * OS family that can be tested for. {@value}
65 * OS family that can be tested for. {@value}
69 * OS family that can be tested for. {@value}
73 * OS family that can be tested for. {@value}
77 * OS family that can be tested for. {@value}
81 * OS family that can be tested for. {@value}
85 * OS family that can be tested for. {@value
    [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...]
  /system/netd/client/
FwmarkClient.h 27 // Returns true if a socket of the given |family| should be sent to the fwmark server to have
29 static bool shouldSetFwmark(int family);
33 static bool shouldReportConnectComplete(int family);
  /external/jsr305/javadoc/
stylesheet.css 17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  /external/jsr330/javadoc/
stylesheet.css 17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  /external/junit-params/apidocs/
stylesheet.css 17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
  /external/owasp/sanitizer/distrib/javadoc/
stylesheet.css 17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
  /external/libnl/lib/route/link/
api.c 109 * @return -NLE_EXIST Operations for address family already registered.
178 * @name Link Address Family Modules
185 * Return operations of a specific link address family
186 * @arg family Address family
192 struct rtnl_link_af_ops *rtnl_link_af_ops_lookup(const unsigned int family)
194 if (family == AF_UNSPEC || family >= AF_MAX)
198 if (af_ops[family])
199 af_ops[family]->ao_refcnt++
232 int family; local
    [all...]

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>