Home
last modified time | relevance | path

Searched refs:dhcp_reply (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/contrib/lease-access/
Dlease.access.patch195 -size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
196 +size_t dhcp_reply(int pipefd, struct dhcp_context *context, char *iface_name, int int_index,
282 - iov.iov_len = dhcp_reply(parm.current, ifr.ifr_name, iface_index, (size_t)sz,
284 + iov.iov_len = dhcp_reply(piperead, parm.current, ifr.ifr_name, iface_index, (size_t)sz,
457 -size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
458 +size_t dhcp_reply(int piperead, struct dhcp_context *context, char *iface_name, int int_index,
/external/dnsmasq/src/
Ddnsmasq.h816 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
Ddhcp.c250 iov.iov_len = dhcp_reply(parm.current, ifr.ifr_name, iface_index, (size_t)sz, in dhcp_packet()
Drfc2131.c121 size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index, in dhcp_reply() function