Searched defs:get_interface (Results 1 - 11 of 11) sorted by relevance

/external/dhcpcd-6.8.2/
H A Difaddrs.c35 struct ifaddrs *get_interface(const char *name, sa_family_t family) function
119 ifa = get_interface(de->d_name, AF_INET);
124 ifa = get_interface(de->d_name, AF_PACKET);
/external/autotest/client/cros/chameleon/
H A Dchameleon_audio_ids.py162 def get_interface(port_id): function
/external/freetype/include/
H A Dftmodapi.h211 /* get_interface :: The interface requesting function. */
225 FT_Module_Requester get_interface; member in struct:FT_Module_Class_
/external/pdfium/third_party/freetype/include/freetype/
H A Dftmodapi.h211 /* get_interface :: The interface requesting function. */
225 FT_Module_Requester get_interface; member in struct:FT_Module_Class_
/external/toybox/toys/pending/
H A Darping.c52 static void get_interface(char *interface, int *ifindex, uint32_t *oip, function
213 get_interface(TT.iface, &if_index, NULL, NULL);
255 get_interface(TT.iface, NULL, &oip, NULL);
H A Ddhcp.c281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac) function
1303 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr))
1331 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr))
H A Ddhcpd.c359 static int get_interface(const char *interface, int *ifindex, void *oip, function
1658 if (get_interface(gconfig.interface, &gconfig.ifindex,
1698 if (get_interface(gconfig.interface, &gconfig.ifindex,
/external/freetype/include/internal/
H A Dsfnt.h507 FT_Module_Requester get_interface; member in struct:SFNT_Interface_
677 clazz->get_interface = get_interface_; \
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dsfnt.h538 FT_Module_Requester get_interface; member in struct:SFNT_Interface_
713 clazz->get_interface = get_interface_; \
/external/autotest/client/common_lib/cros/network/
H A Diw_runner.py227 def get_interface(self, interface_name): member in class:IwRunner
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c351 static void get_interface(unsigned int iface, char *ifc) function
412 get_interface(iface, ifc);

Completed in 418 milliseconds