Home
last modified time | relevance | path

Searched refs:IPV6CPDEBUG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c594 IPV6CPDEBUG(("ipv6cp_ackci: received bad Ack!"));
662 IPV6CPDEBUG(("local LL address %s", llv6_ntoa(ifaceid)));
734 IPV6CPDEBUG(("ipv6cp_nakci: received bad Nak!"));
805 IPV6CPDEBUG(("ipv6cp_rejci: received bad Reject!"));
863 IPV6CPDEBUG(("ipv6cp: received interface identifier "));
886 IPV6CPDEBUG(("(%s)", llv6_ntoa(ifaceid)));
919 IPV6CPDEBUG(("ipv6cp: received COMPRESSTYPE "));
931 IPV6CPDEBUG(("(%d)", cishort));
953 IPV6CPDEBUG((" (%s)\n", CODENAME(newret)));
1016 IPV6CPDEBUG(("ipv6cp: returning Configure-%s", CODENAME(ret)));
[all …]
H A Dpppd.h861 #define IPV6CPDEBUG(x) if (debug) dbglog x macro
863 #define IPV6CPDEBUG(x) ((void) 0) macro