Searched refs:expand_buf (Results 1 – 8 of 8) sorted by relevance
/external/dtc/tests/ |
D | mangle-layout.c | 37 static void expand_buf(struct bufstate *buf, int newsize) in expand_buf() function 56 expand_buf(buf, hdrsize); in new_header() 99 expand_buf(buf, offset+size); in add_block()
|
/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()
|
/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 | 457 int expand_buf(struct iovec *iov, size_t size) in expand_buf() function
|
D | dhcp.c | 155 if (!expand_buf(&daemon->dhcp_packet, sz + 100)) in dhcp_packet() 160 expand_buf(&daemon->dhcp_packet, sz); in dhcp_packet()
|
D | dnsmasq.h | 721 int expand_buf(struct iovec *iov, size_t size);
|
D | rfc2131.c | 185 if (expand_buf(&daemon->dhcp_packet, size)) in dhcp_reply()
|