Lines Matching refs:piperead
14 piperead = pipefd[0];
69 if (FD_ISSET(piperead, &rset))
70 - async_event(piperead, now);
71 + async_event(piperead, now, NULL, 0);
80 + dhcp_packet(piperead, now);
187 +void dhcp_packet(int piperead, time_t now);
274 +void dhcp_packet(int piperead, time_t now)
284 + iov.iov_len = dhcp_reply(piperead, parm.current, ifr.ifr_name, iface_index, (size_t)sz,
415 +static int check_access_script( int piperead, struct dhcp_lease *lease, struct dhcp_packet *mess, …
444 + ret = async_event( piperead, now, &ev, SCRIPT_TIMEOUT);
458 +size_t dhcp_reply(int piperead, struct dhcp_context *context, char *iface_name, int int_index,
496 + if (check_access_script(piperead, lease, mess, now) < 0)