Searched refs:expand_buf (Results 1 – 7 of 7) sorted by relevance
/external/dnsmasq/src/ |
D | bpf.c | 47 if (!expand_buf(&ifconf, len)) in iface_enumerate() 80 if (!expand_buf(&ifreq, len)) in iface_enumerate() 143 if (expand_buf(&ifreq, sizeof(struct ifreq))) in init_bpf()
|
D | netlink.c | 99 if (expand_buf(&iov, rc + 100)) in netlink_recv() 103 expand_buf(&iov, rc); in netlink_recv()
|
D | util.c | 428 int expand_buf(struct iovec *iov, size_t size) in expand_buf() function
|
D | dhcp.c | 150 if (!expand_buf(&daemon->dhcp_packet, sz + 100)) in dhcp_packet() 155 expand_buf(&daemon->dhcp_packet, sz); in dhcp_packet()
|
D | dnsmasq.h | 751 int expand_buf(struct iovec *iov, size_t size);
|
D | rfc2131.c | 185 if (expand_buf(&daemon->dhcp_packet, size)) in dhcp_reply()
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 78 static int expand_buf(struct iovec *iov, size_t size) in expand_buf() function 124 if (!expand_buf(&iov, 2000)) in netlink_recv() 132 if (!expand_buf(&iov, iov.iov_len + 100)) in netlink_recv()
|