Lines Matching defs:maybe
405 * If there is no known interface, maybe there is a
479 * If there is no known interface, maybe there is a
541 struct interface *ifp, *maybe;
543 maybe = NULL;
548 if (addr_on_ifp(addr, ifp, &maybe))
553 * If there is no known interface, maybe there is a
556 if (maybe == NULL && !IF_RESCAN_DELAY())
562 if (maybe != NULL && IS_PASSIVE_IFP(maybe)) {
564 maybe->int_name);
566 return (maybe);