Searched defs:family (Results 276 - 300 of 361) sorted by relevance

<<1112131415

/external/dhcpcd-6.8.2/
H A Dif-linux.c116 "cpu family"
1014 uint16_t family; local
1022 family = *(uint16_t *)(void *)NLA_DATA(tb[CTRL_ATTR_FAMILY_ID]);
1023 return (int)family;
1076 int family; local
1080 family = gnl_getfamily(ifp->ctx, "nl80211");
1081 if (family == -1)
1085 nlm.hdr.nlmsg_type = (unsigned short)family;
1211 su.sll.sll_hatype = htons(ifp->family);
1213 if (ifp->family
[all...]
/external/iproute2/ip/
H A Dipaddress.c48 int family; member in struct:__anon8066
640 (!filter.family || filter.family == AF_PACKET) &&
693 if (filter.family == AF_PACKET) {
704 if (filter.family == AF_PACKET)
707 if (filter.family == AF_PACKET)
739 (!filter.family || filter.family == AF_PACKET) &&
834 if (!filter.family || filter.family
[all...]
/external/iptables/include/linux/netfilter/ipset/
H A Dip_set.h59 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/
H A Dxtables.h243 uint16_t family; member in struct:xtables_match
323 uint16_t family; member in struct:xtables_target
/external/iptables/iptables/
H A Dnft.c530 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,
1618 h->family, NLM_F_AC
[all...]
/external/iptables/libxtables/
H A Dxtables.c155 .family = NFPROTO_IPV4,
165 .family = NFPROTO_IPV6,
176 .family = NFPROTO_BRIDGE,
181 .family = NFPROTO_ARP,
606 static bool extension_cmp(const char *name1, const char *name2, uint32_t family) argument
609 (family == afinfo->family ||
610 family == NFPROTO_UNSPEC))
638 if (extension_cmp(name, (*dptr)->name, (*dptr)->family)) {
649 if (extension_cmp(name, ptr->name, ptr->family)) {
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h588 __u32 family; member in struct:bpf_sock
H A Dif_bridge.h218 __u8 family; member in struct:br_port_msg
/external/kernel-headers/original/uapi/linux/netfilter/ipset/
H A Dip_set.h61 IPSET_ATTR_FAMILY, /* 5: Settype family */
290 #define IP_SET_OP_GET_FNAME 0x00000008 /* Get set index and family */
294 unsigned int family; member in struct:ip_set_req_get_set_family
/external/libcups/cups/
H A Dhttp.c48 http_addrlist_t *addrlist, int family,
443 int family, /* I - Address family to use or @code AF_UNSPEC@ for any */
452 DEBUG_printf(("httpConnect2(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=%d, msec=%d, cancel=%p)", host, port, (void *)addrlist, family, encryption, blocking, msec, (void *)cancel));
458 if ((http = http_create(host, port, addrlist, family, encryption, blocking,
3902 int family, /* I - Address family or AF_UNSPEC */
3912 DEBUG_printf(("4http_create(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=%d, mode=%d)", host, port, (void *)addrlist, family, encryptio
439 httpConnect2( const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, int blocking, int msec, int *cancel) argument
3898 http_create( const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, int blocking, _http_mode_t mode) argument
[all...]
/external/libdrm/radeon/
H A Dradeon_surface.c121 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
1808 * Sea Islands family
2431 if (surf_man->family <= CHIP_RV740) {
2437 } else if (surf_man->family <= CHIP_ARUBA) {
2443 } else if (surf_man->family < CHIP_BONAIRE) {
2516 if (surf_man->family >
[all...]
/external/libevent/
H A Devutil.c183 evutil_socketpair(int family, int type, int protocol, evutil_socket_t fd[2]) argument
186 return socketpair(family, type, protocol, fd);
188 return evutil_ersatz_socketpair(family, type, protocol, fd);
193 evutil_ersatz_socketpair(int family, int type, int protocol, argument
217 || (family != AF_INET
219 && family != AF_UNIX
1439 return "address family for nodename not supported";
1491 E(WSAEPFNOSUPPORT, "Protocol family not supported"),
1492 E(WSAEAFNOSUPPORT, "Address family not supported by protocol family"),
[all...]
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c183 * 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;
/external/libnl/lib/netfilter/
H A Dct_obj.c223 nl_dump_line(p, "family %s ",
354 __ADD(CT_ATTR_FAMILY, family)
414 void nfnl_ct_set_family(struct nfnl_ct *ct, uint8_t family) argument
416 ct->ct_family = family;
/external/libnl/lib/route/
H A Dlink.c70 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);
966 __ADD(LINK_ATTR_FAMILY, family)
997 * @arg family Lin
69 af_lookup_and_alloc(struct rtnl_link *link, int family) argument
1018 rtnl_link_alloc_cache(struct nl_sock *sk, int family, struct nl_cache **result) argument
1819 rtnl_link_set_family(struct rtnl_link *link, int family) argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c206 Convert a DNS resource record (RR) code to an address family (AF) code.
221 Convert an address family (AF) code to a DNS resource record (RR) code.
225 address family code (from socket.h)
235 Convert a string to an address family (case insensitive).
265 Convert an address family code to a string.
269 or NULL if address family unrecognised or invalid.
425 address family
457 address family
723 const char * family = af_to_str (af); local
724 if (family
[all...]
/external/mesa3d/src/amd/addrlib/core/
H A Daddrlib.cpp322 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;
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.cpp740 /// Actually there are more pipe configs which need 8-tile padding but SI family
741 /// has a bug which is fixed in CI family
1419 UINT_32 uChipFamily, ///< [in] chip family defined in atiih.h
1422 AddrChipFamily family = ADDR_CHIP_FAMILY_SI; local
1439 return family;
/external/mesa3d/src/amd/vulkan/
H A Dradv_device.c64 radv_device_get_cache_uuid(enum radeon_family family, void *uuid) argument
67 uint16_t f = family;
226 if (radv_device_get_cache_uuid(device->rad_info.family, device->uuid)) {
790 for (int family = 0; family < RADV_MAX_QUEUE_FAMILIES; ++family) {
791 device->empty_cs[family] = device->ws->cs_create(device->ws, family);
792 switch (family) {
794 radeon_emit(device->empty_cs[family], PKT
[all...]
H A Dradv_radeon_winsys.h82 enum radeon_family family; member in struct:radeon_info
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c145 enum radeon_family family,
153 (family != CHIP_RV670 && family != CHIP_RS780 && family != CHIP_RS880)) {
163 bc->family = family;
165 bc->stack.entry_size = stack_entry_size(family);
2506 r600_bytecode_init(&bc, rctx->b.chip_class, rctx->b.family,
143 r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family, bool has_compressed_msaa_texturing) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_winsys.h181 enum radeon_family family; member in struct:radeon_info
/external/openssh/regress/
H A Dnetcat.c115 int family = AF_UNSPEC; variable
166 family = AF_INET;
169 family = AF_INET6;
172 family = AF_UNIX;
293 if (argv[0] && !argv[1] && family == AF_UNIX) {
317 if ((family == AF_UNIX) && uflag && !lflag) {
330 if (family != AF_UNIX) {
332 hints.ai_family = family;
346 if (family == AF_UNIX)
350 if (family
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc414 void OS2Table::Builder::SetSFamilyClass(int32_t family) { argument
415 InternalWriteData()->WriteShort(Offset::kSFamilyClass, family);
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc98 int family,
437 if (addr.ipaddr().family() == AF_INET) {
439 } else if (addr.ipaddr().family() == AF_INET6) {
475 local_addr_ = EmptySocketAddressWithFamily(addr.ipaddr().family());
528 IPAddress VirtualSocketServer::GetNextIP(int family) { argument
529 if (family == AF_INET) {
534 } else if (family == AF_INET6) {
557 Socket* VirtualSocketServer::CreateSocket(int family, int type) { argument
558 return CreateSocketInternal(family, type);
565 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int family, in argument
97 VirtualSocket(VirtualSocketServer* server, int family, int type, bool async) argument
569 CreateSocketInternal(int family, int type) argument
1113 GetDefaultRoute(int family) argument
[all...]

Completed in 709 milliseconds

<<1112131415