OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_bind
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
network.c
683
int
local_bind
(int fd, union mysockaddr *addr, char *intname, int is_tcp)
function
751
if (!
local_bind
(sfd->fd, addr, intname, 0) || !fix_fd(sfd->fd))
[
all
...]
dnsmasq.h
778
int
local_bind
(int fd, union mysockaddr *addr, char *intname, int is_tcp);
forward.c
818
(!
local_bind
(last_server->tcpfd, &last_server->source_addr, last_server->interface, 1) ||
Completed in 236 milliseconds