OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indextoname
(Results
1 - 4
of
4
) sorted by null
/external/dnsmasq/src/
network.c
23
int
indextoname
(int fd, int index, char* name) {
function
38
int
indextoname
(int fd, int index, char* name) {
function
116
if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1 || !
indextoname
(fd, if_index, ifr.ifr_name) ||
[
all
...]
dhcp.c
157
if (!
indextoname
(daemon->dhcpfd, iface_index, ifr.ifr_name)) return;
dnsmasq.h
729
int
indextoname
(int fd, int index, char* name);
forward.c
587
if (!
indextoname
(listen->fd, if_index, ifr.ifr_name) ||
[
all
...]
Completed in 55 milliseconds