HomeSort by relevance Sort by last modified time
    Searched refs:expand_buf (Results 1 - 6 of 6) sorted by null

  /external/dtc/tests/
mangle-layout.c 37 static void expand_buf(struct bufstate *buf, int newsize) function
56 expand_buf(buf, hdrsize);
99 expand_buf(buf, offset+size);
  /external/dnsmasq/src/
netlink.c 94 if (expand_buf(&iov, rc + 100)) continue;
96 expand_buf(&iov, rc);
108 /* discard stuff which is truncated at this point (expand_buf() may fail) */
util.c 392 int expand_buf(struct iovec* iov, size_t size) { function
dhcp.c 126 if (!expand_buf(&daemon->dhcp_packet, sz + 100)) return;
128 expand_buf(&daemon->dhcp_packet, sz);
133 /* expand_buf may have moved buffer */
dnsmasq.h 702 int expand_buf(struct iovec* iov, size_t size);
rfc2131.c 164 /* two things to note here: expand_buf may move the packet,
175 if (expand_buf(&daemon->dhcp_packet, size)) {
    [all...]

Completed in 682 milliseconds