OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retry_send
(Results
1 - 7
of
7
) sorted by null
/external/dnsmasq/src/
netlink.c
153
(struct sockaddr *)&addr, sizeof(addr))) == -1 &&
retry_send
());
296
&daemon->srv_save->addr.sa, sa_len(&daemon->srv_save->addr)) == -1 &&
retry_send
());
util.c
473
int
retry_send
(void)
function
506
if (
retry_send
() || errno == ENOMEM || errno == ENOBUFS)
bpf.c
249
while (writev(daemon->dhcp_raw_fd, iov, 4) == -1 &&
retry_send
());
forward.c
108
if (
retry_send
())
327
if (
retry_send
())
dhcp.c
354
while(sendmsg(daemon->dhcpfd, &msg, 0) == -1 &&
retry_send
());
dnsmasq.c
[
all
...]
dnsmasq.h
742
int
retry_send
(void);
Completed in 51 milliseconds