Searched refs:expand_buf (Results 1 - 7 of 7) sorted by relevance

/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c78 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/
H A Dbpf.c47 if (!expand_buf(&ifconf, len))
80 if (!expand_buf(&ifreq, len))
143 if (expand_buf(&ifreq, sizeof(struct ifreq)))
H A Dnetlink.c99 if (expand_buf(&iov, rc + 100))
103 expand_buf(&iov, rc);
115 /* discard stuff which is truncated at this point (expand_buf() may fail) */
H A Dutil.c428 int expand_buf(struct iovec *iov, size_t size) function
H A Ddhcp.c150 if (!expand_buf(&daemon->dhcp_packet, sz + 100))
155 expand_buf(&daemon->dhcp_packet, sz);
160 /* expand_buf may have moved buffer */
H A Ddnsmasq.h749 int expand_buf(struct iovec *iov, size_t size);
H A Drfc2131.c173 /* two things to note here: expand_buf may move the packet,
185 if (expand_buf(&daemon->dhcp_packet, size))

Completed in 585 milliseconds