Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:pipe

204 	/* Setup a signal pipe so parent knows when to exit. */
205 if (pipe(sidpipe) == -1) {
206 logger(LOG_ERR,"pipe: %s", strerror(errno));