stopped_ppp
struct stopped_ppp *stopped;
if ((stopped = malloc(sizeof(struct stopped_ppp))) == NULL) {
struct stopped_ppp *e, *t;
TAILQ_ENTRY(stopped_ppp) entry;
TAILQ_HEAD(, stopped_ppp) stopped_ppps;