OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expand_buf
(Results
1 - 7
of
7
) sorted by null
/external/dnsmasq/contrib/wrt/
dhcp_release.c
78
static int
expand_buf
(struct iovec *iov, size_t size)
function
124
if (!
expand_buf
(&iov, 2000))
132
if (!
expand_buf
(&iov, iov.iov_len + 100))
/external/dnsmasq/src/
bpf.c
47
if (!
expand_buf
(&ifconf, len))
80
if (!
expand_buf
(&ifreq, len))
143
if (
expand_buf
(&ifreq, sizeof(struct ifreq)))
netlink.c
99
if (
expand_buf
(&iov, rc + 100))
103
expand_buf
(&iov, rc);
115
/* discard stuff which is truncated at this point (
expand_buf
() may fail) */
util.c
428
int
expand_buf
(struct iovec *iov, size_t size)
function
dhcp.c
150
if (!
expand_buf
(&daemon->dhcp_packet, sz + 100))
155
expand_buf
(&daemon->dhcp_packet, sz);
160
/*
expand_buf
may have moved buffer */
dnsmasq.h
749
int
expand_buf
(struct iovec *iov, size_t size);
rfc2131.c
173
/* two things to note here:
expand_buf
may move the packet,
185
if (
expand_buf
(&daemon->dhcp_packet, size))
[
all
...]
Completed in 116 milliseconds