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

/freebsd-10.0-release/sys/net/
H A Dif_spppsubr.c1730 /* XXX catastrophic rejects (RXJ-) aren't handled yet. */
1758 int catastrophic; local
1763 catastrophic = 0;
1773 catastrophic++;
1775 if (catastrophic || debug)
1776 log(catastrophic? LOG_INFO: LOG_DEBUG,
1778 SPP_ARGS(ifp), cp->name, catastrophic ? '-' : '+',
1787 if (upper && !catastrophic) {
1794 /* XXX catastrophic rejects (RXJ-) aren't handled yet. */

Completed in 71 milliseconds