Searched refs:bgpipe (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/ppp/
H A Dmain.c439 int bgpipe[2]; local
442 if (sw.mode == PHYS_BACKGROUND && pipe(bgpipe)) {
458 close(bgpipe[1]);
467 while ((ret = read(bgpipe[0], &c, 1)) == 1) {
495 close(bgpipe[0]);
499 close(bgpipe[0]);
500 bundle->notify.fd = bgpipe[1];

Completed in 48 milliseconds