Searched defs:maybe (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c179 struct netconfig *maybe; local
203 maybe = NULL;
225 maybe == NULL)
226 maybe = net; /* in case no exact match */
236 if (net == NULL && maybe)
237 net = maybe;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c405 * 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; local
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
[all...]

Completed in 59 milliseconds