Searched refs:PPPOEDEBUG (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/net/ |
H A D | if_pppoe.c | 62 #define PPPOEDEBUG(a) ((sc->sc_sppp.pp_if.if_flags & IFF_DEBUG) ? printf a : 0) macro 653 PPPOEDEBUG(("%s: failed to send PADR, error=%d\n", in pppoe_dispatch_disc_pkt() 668 PPPOEDEBUG(("%s: session 0x%x connected\n", in pppoe_dispatch_disc_pkt() 683 PPPOEDEBUG(("%s: session 0x%x terminated, received PADT\n", in pppoe_dispatch_disc_pkt() 950 PPPOEDEBUG(("%s (%x) state=%d, session=0x%x output -> %s, len=%d\n", in pppoe_output() 1245 PPPOEDEBUG(("%s: timeout\n", sc->sc_sppp.pp_if.if_xname)); in pppoe_timeout() 1278 PPPOEDEBUG(("%s: failed to transmit PADI, error=%d\n", in pppoe_timeout() 1294 PPPOEDEBUG(("%s: failed to send PADI, error=%d\n", in pppoe_timeout() 1304 PPPOEDEBUG(("%s: failed to send PADR, error=%d\n", in pppoe_timeout() 1338 PPPOEDEBUG(("%s: failed to send PADI, error=%d\n", in pppoe_connect() [all …]
|