Home
last modified time | relevance | path

Searched refs:get_interface (Results 1 – 19 of 19) sorted by relevance

/external/dhcpcd-6.8.2/
Difaddrs.c35 struct ifaddrs *get_interface(const char *name, sa_family_t family) in get_interface() function
119 ifa = get_interface(de->d_name, AF_INET); in getifaddrs()
124 ifa = get_interface(de->d_name, AF_PACKET); in getifaddrs()
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp62 const glsl_type *get_interface(enum ir_variable_mode mode) in get_interface() function in symbol_table_entry
243 const glsl_type *glsl_symbol_table::get_interface(const char *name, in get_interface() function in glsl_symbol_table
247 return entry != NULL ? entry->get_interface(mode) : NULL; in get_interface()
Dglsl_symbol_table.h90 const glsl_type *get_interface(const char *name,
/external/toybox/toys/pending/
Darping.c52 static void get_interface(char *interface, int *ifindex, uint32_t *oip, in get_interface() function
213 get_interface(TT.iface, &if_index, NULL, NULL); in arping_main()
255 get_interface(TT.iface, NULL, &oip, NULL); in arping_main()
Ddhcp.c281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac) in get_interface() function
1305 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
1333 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
Ddhcpd.c359 static int get_interface(const char *interface, int *ifindex, void *oip, in get_interface() function
1658 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
1698 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
/external/freetype/include/freetype/internal/
Dsfnt.h569 FT_Module_Requester get_interface; member
748 clazz->get_interface = get_interface_; \
Dftserv.h68 if ( module->clazz->get_interface ) \
69 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
80 if ( module->clazz->get_interface ) \
81 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
Dftobjs.h1556 clazz->root.get_interface = get_interface_;
1610 clazz->get_interface = get_interface_; \
/external/autotest/client/cros/chameleon/
Dchameleon_audio_ids.py162 def get_interface(port_id): function
Dchameleon_audio_helper.py45 self.interface = ids.get_interface(port_id)
/external/freetype/include/freetype/
Dftmodapi.h229 FT_Module_Requester get_interface; member
/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c351 static void get_interface(unsigned int iface, char *ifc) in get_interface() function
412 get_interface(iface, ifc); in read_packet()
/external/autotest/server/
Dsite_linux_router.py265 phy_name = self.iw_runner.get_interface(interface).phy
747 interface = self.iw_runner.get_interface(
1086 self.iw_runner.get_interface(interface).phy)
/external/freetype/src/truetype/
Dttdriver.c604 return sfnt->get_interface( driver, tt_interface ); in FT_CALLBACK_DEF()
/external/freetype/src/base/
Dftobjs.c4889 FT_ASSERT( module->clazz && module->clazz->get_interface ); in ft_module_get_service()
4892 if ( module->clazz->get_interface ) in ft_module_get_service()
4893 result = module->clazz->get_interface( module, service_id ); in ft_module_get_service()
4909 if ( cur[0]->clazz->get_interface ) in ft_module_get_service()
4911 result = cur[0]->clazz->get_interface( cur[0], service_id ); in ft_module_get_service()
5011 if ( !cur[0]->clazz->get_interface ) in ft_property_do()
5019 interface = cur[0]->clazz->get_interface( cur[0], in ft_property_do()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py297 def get_interface(self, interface_name): member in IwRunner
/external/freetype/src/cff/
Dcffdrivr.c1090 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
/external/freetype/
DChangeLog.214564 * include/freetype/internal/sfnt.h (SFNT_Interface): `get_interface'
5909 `get_interface'.