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

<<11121314151617181920>>

  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 505 INT family; local
536 family = inQuerySet->lpafpProtocols[ i ].iAddressFamily;
538 if( ( family == AF_INET ) && ( ( protocol == IPPROTO_UDP ) || ( protocol == IPPROTO_TCP ) ) )
2074 short family; local
    [all...]
  /external/mesa3d/src/amd/addrlib/r800/
siaddrlib.cpp 740 /// Actually there are more pipe configs which need 8-tile padding but SI family
741 /// has a bug which is fixed in CI family
1422 AddrChipFamily family = ADDR_CHIP_FAMILY_SI; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 227 enum radeon_family family; member in struct:r600_bytecode
263 enum radeon_family family,
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 384 CPDF_ColorSpace* CPDF_ColorSpace::GetStockCS(int family) {
385 return CPDF_ModuleMgr::Get()->GetPageModule()->GetStockCS(family);
546 CPDF_ColorSpace::CPDF_ColorSpace(CPDF_Document* pDoc, int family)
547 : m_pDocument(pDoc), m_Family(family) {}
1035 int family = m_pBaseCS->GetFamily(); local
    [all...]
  /external/webrtc/webrtc/p2p/base/
port.cc 422 int family = ip().family(); local
424 if (addr.family() != family) {
428 if (family == AF_INET6 &&
    [all...]
stun.h 269 StunAddressFamily family() const { function in class:cricket::StunAddressAttribute
270 switch (address_.ipaddr().family()) {
298 switch (family()) {
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramChannelImpl.java 84 // The protocol family of the socket
85 private final ProtocolFamily family; field in class:DatagramChannelImpl
143 this.family = Net.isIPv6Available() ?
145 this.fd = Net.socket(family, false);
159 public DatagramChannelImpl(SelectorProvider sp, ProtocolFamily family)
163 if ((family != StandardProtocolFamily.INET) &&
164 (family != StandardProtocolFamily.INET6))
166 if (family == null)
167 throw new NullPointerException("'family' is null");
169 throw new UnsupportedOperationException("Protocol family not supported")
    [all...]
  /system/netd/server/
RouteController.cpp 131 const char *familyName(uint8_t family) {
132 switch (family) {
304 rule.family = AF_FAMILIES[i];
309 ALOGE("Error %s %s rule: %s", actionName(action), familyName(rule.family),
344 uint8_t family; local
346 int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress),
383 // If a nexthop was specified, parse it as the same family as the prefix.
384 if (nexthop && inet_pton(family, nexthop, rawNexthop) <= 0) {
396 .rtm_family = family,
    [all...]
  /system/netd/tests/
binder_test.cpp 264 const std::string& family; member in struct:TestData
283 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage();
288 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage();
292 EXPECT_TRUE(status.isOk()) << td.family << status.exceptionMessage();
786 const int family; member in struct:TestData
806 td.family, td.which, td.ifname, td.parameter,
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_bridge.h 184 __u8 family; member in struct:br_port_msg
  /bionic/libc/kernel/uapi/linux/netfilter/ipset/
ip_set.h 240 unsigned int family; member in struct:ip_set_req_get_set_family
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 2049 ObjCMethodFamily family = method->getMethodFamily(); local
    [all...]
  /external/curl/lib/
url.c 4756 unsigned int family; local
    [all...]
  /external/iproute2/include/uapi/linux/
bpf.h 720 __u32 family; member in struct:__sk_buff
759 __u32 family; member in struct:bpf_sock
827 __u32 family; member in struct:bpf_sock_ops
if_bridge.h 230 __u8 family; member in struct:br_port_msg
  /external/iproute2/include/uapi/linux/netfilter/ipset/
ip_set.h 62 IPSET_ATTR_FAMILY, /* 5: Settype family */
291 #define IP_SET_OP_GET_FNAME 0x00000008 /* Get set index and family */
295 unsigned int family; member in struct:ip_set_req_get_set_family
  /external/iptables/include/linux/netfilter/ipset/
ip_set.h 59 IPSET_ATTR_FAMILY, /* 5: Settype family */
269 #define IP_SET_OP_GET_FNAME 0x00000008 /* Get set index and family */
273 unsigned int family; member in struct:ip_set_req_get_set_family
  /external/iptables/include/
xtables.h 243 uint16_t family; member in struct:xtables_match
323 uint16_t family; member in struct:xtables_target
  /external/iptables/iptables/
nft.c 530 nlh = nftnl_table_nlmsg_build_hdr(buf, NFT_MSG_NEWTABLE, h->family,
600 nlh = nftnl_chain_nlmsg_build_hdr(buf, NFT_MSG_NEWCHAIN, h->family,
1095 nftnl_rule_set_u32(r, NFTNL_RULE_FAMILY, h->family);
1144 int family = nftnl_rule_get_u32(r, NFTNL_RULE_FAMILY); local
1147 ops = nft_family_ops_lookup(family);
1200 nlh = nftnl_chain_nlmsg_build_hdr(buf, NFT_MSG_GETCHAIN, h->family,
1305 nlh = nftnl_rule_nlmsg_build_hdr(buf, NFT_MSG_GETRULE, h->family,
1446 h->family,
1462 nlh = nftnl_chain_nlmsg_build_hdr(buf, NFT_MSG_DELCHAIN, h->family,
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_bridge.h 230 __u8 family; member in struct:br_port_msg
  /external/kernel-headers/original/uapi/linux/netfilter/ipset/
ip_set.h 62 IPSET_ATTR_FAMILY, /* 5: Settype family */
291 #define IP_SET_OP_GET_FNAME 0x00000008 /* Get set index and family */
295 unsigned int family; member in struct:ip_set_req_get_set_family
  /external/libdrm/radeon/
radeon_surface.c 121 unsigned family; member in struct:radeon_surface_manager
143 #define CHIPSET(pci_id, name, fam) case pci_id: surf_man->family = CHIP_##fam; break;
201 * r600/r700 family
486 * evergreen family
1030 * Southern Islands family
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 183 * Address family. AF_INET or AF_INET6 for now.
185 int family; member in struct:MHD_IPCount
242 * Tree comparison function for IP addresses (supplied to tsearch() family).
276 key->family = AF_INET;
286 key->family = AF_INET6;
    [all...]
  /external/libnl/lib/route/
link.c 70 int family)
75 af_ops = rtnl_link_af_ops_lookup(family);
485 int err, family; local
502 link->l_family = family = ifi->ifi_family;
511 if ((af_ops = af_lookup_and_alloc(link, family))) {
557 link->l_family = family = af;
643 int family = cache->c_iarg1; local
645 return nl_rtgen_request(sk, RTM_GETLINK, family, NLM_F_DUMP);
915 diff |= LINK_DIFF(FAMILY, a->l_family != b->l_family);
966 __ADD(LINK_ATTR_FAMILY, family)
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.cpp 322 UINT_32 uChipFamily, ///< [in] chip family defined in atiih.h
325 AddrChipFamily family = ADDR_CHIP_FAMILY_IVLD; local
327 family = HwlConvertChipFamily(uChipFamily, uChipRevision);
329 ADDR_ASSERT(family != ADDR_CHIP_FAMILY_IVLD);
331 m_chipFamily = family;
    [all...]

Completed in 1296 milliseconds

<<11121314151617181920>>