Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:nextp

565 	const struct parser *nextp;
575 nextp = b->b_nextparser;
577 nextp, nextp ? nextp->p_name : "(null)");
578 if (nextp == NULL) {
588 matchfunc = nextp->p_methods->pm_match;
589 rc = (*matchfunc)(nextp, im, &tmpm, argidx, arg);
594 dbg_warnx("%s: branch %s ok", __func__, nextp->p_name);
603 nextp->p_name);