Searched refs:family (Results 1 - 25 of 771) sorted by relevance

1234567891011>>

/external/libnl/lib/genl/
H A Dfamily.c2 * lib/genl/family.c Generic Netlink Family
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)
54 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) {
59 nl_list_for_each_entry_safe(grp, t_grp, &family
92 struct genl_family *family = (struct genl_family *) obj; local
113 struct genl_family *family = (struct genl_family *) obj; local
195 genl_family_put(struct genl_family *family) argument
213 genl_family_get_id(struct genl_family *family) argument
226 genl_family_set_id(struct genl_family *family, unsigned int id) argument
245 genl_family_get_name(struct genl_family *family) argument
258 genl_family_set_name(struct genl_family *family, const char *name) argument
275 genl_family_get_version(struct genl_family *family) argument
288 genl_family_set_version(struct genl_family *family, uint8_t version) argument
307 genl_family_get_hdrsize(struct genl_family *family) argument
315 genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize) argument
328 genl_family_get_maxattr(struct genl_family *family) argument
336 genl_family_set_maxattr(struct genl_family *family, uint32_t maxattr) argument
349 genl_family_add_op(struct genl_family *family, int id, int flags) argument
366 genl_family_add_grp(struct genl_family *family, uint32_t id, const char *name) argument
[all...]
/external/tcpdump/
H A Dprint-null.c36 * 32-bit integer that specifies the family, e.g. AF_INET.
55 null_hdr_print(netdissect_options *ndo, u_int family, u_int length) argument
59 tok2str(bsd_af_values,"Unknown",family),family));
62 tok2str(bsd_af_values,"Unknown AF %u",family)));
79 u_int family; local
86 memcpy((char *)&family, (char *)p, sizeof(family));
96 if ((family & 0xFFFF0000) != 0)
97 family
[all...]
/external/libpcap/
H A Dpcap-netfilter-linux-android.c20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family) argument
24 return nflog_send_config_cmd(&handle, group_id, cmd, family);
H A Dpcap-netfilter-linux-android.h21 int android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DPerson.java20 public String family; field in class:Person
/external/skia/src/ports/
H A DSkFontMgr_custom_empty.cpp18 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/
H A Dcpdf_pagemodule.cpp21 CPDF_ColorSpace* CPDF_PageModule::GetStockCS(int family) { argument
22 if (family == PDFCS_DEVICEGRAY)
24 if (family == PDFCS_DEVICERGB)
26 if (family == PDFCS_DEVICECMYK)
28 if (family == PDFCS_PATTERN)
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dinet.py37 def inet_pton(family, text):
40 @param family: the address family
41 @type family: int
44 @raises NotImplementedError: the address family specified is not
49 if family == AF_INET:
51 elif family == AF_INET6:
56 def inet_ntop(family, address):
59 @param family: the address family
[all...]
/external/android-clat/
H A Dgetaddr.h26 union anyip *getinterface_ip(const char *interface, int family);
H A Dsetif.h21 int add_address(const char *ifname, int family, const void *address, int cidr, const void *broadcast);
/external/toybox/toys/pending/
H A Dping.c50 int family, protocol; local
66 family = AF_INET6;
69 family = AF_INET;
79 if (!inet_pton(family, TT.iface, &src_addr)) {
85 if (!ifa->ifa_addr || ifa->ifa_addr->sa_family != family) continue;
87 if (family == AF_INET)
100 error_exit("no v%d addr for -I %s", 4+2*(family==AF_INET6), TT.iface);
102 inet_ntop(family, &src_addr, toybuf, sizeof(toybuf));
109 TT.sock = xsocket(family, SOCK_RAW, protocol);
/external/webrtc/talk/media/base/
H A Dcpuid.cc58 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/
H A DOs.java41 * 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 tha
122 Os(String family) argument
194 isFamily(String family) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/freetype/src/cache/
H A Dftcglyph.c33 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, cach
106 FTC_Family_Init( FTC_Family family, FTC_Cache cache ) argument
201 FTC_Family family = query->family; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.h18 const char * r600_llvm_gpu_string(enum radeon_family family);
24 enum radeon_family family,
/external/webrtc/webrtc/base/
H A Dsocketfactory.h29 virtual Socket* CreateSocket(int family, int type) = 0;
33 virtual AsyncSocket* CreateAsyncSocket(int family, int type) = 0;
/external/jsr305/javadoc/
H A Dstylesheet.css17 .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/
H A Dstylesheet.css17 .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/
H A Dstylesheet.css17 .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/
H A Dstylesheet.css17 .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/
H A Dapi.c109 * @return -NLE_EXIST Operations for address family already registered.
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) argument
194 if (family == AF_UNSPEC || family >= AF_MAX)
198 if (af_ops[family])
199 af_ops[family]->ao_refcnt++;
202 return af_ops[family];
232 int family; local
365 rtnl_link_af_data_compare(struct rtnl_link *a, struct rtnl_link *b, int family) argument
[all...]
/external/libnl/src/lib/
H A Drule.c49 int family; local
51 if ((family = nl_str2af(arg)) != AF_UNSPEC)
52 rtnl_rule_set_family(rule, family);
/external/autotest/client/cros/netprotos/
H A Dfake_host.py19 def socket(self, family, sock_type):
22 @param family: The socket family, for example AF_INET.
26 sock = FakeSocket(self, family, sock_type)
38 def __init__(self, host, family, sock_type):
40 self._family = family
/external/iproute2/genl/
H A Dgenl_utils.h15 extern int genl_ctrl_resolve_family(const char *family);
/external/iptables/extensions/
H A Dlibip6t_eui64.c7 .family = NFPROTO_IPV6,

Completed in 1471 milliseconds

1234567891011>>