/src/sys/net/ |
if_pppoe.c | 164 #define DPRINTF(_sc, _fmt, _arg...) pppoe_printf((_sc), (_fmt), ##_arg) 227 static void pppoe_printf(struct pppoe_softc *, const char *, ...); 475 pppoe_printf(struct pppoe_softc *sc, const char *fmt, ...) function in typeref:typename:void 563 pppoe_printf(NULL, "alien host unique tag" 570 pppoe_printf(sc, "host unique tag found" 577 pppoe_printf(sc, "wrong interface, not accepting host unique\n"); 725 pppoe_printf(NULL, "connected to %s\n", error); 799 pppoe_printf(NULL, "%s: %s\n", err_msg, error); 802 pppoe_printf(NULL, "%s\n", err_msg); 883 pppoe_printf(NULL, "received PADR [all...] |
if_pppoe.c | 164 #define DPRINTF(_sc, _fmt, _arg...) pppoe_printf((_sc), (_fmt), ##_arg) 227 static void pppoe_printf(struct pppoe_softc *, const char *, ...); 475 pppoe_printf(struct pppoe_softc *sc, const char *fmt, ...) function in typeref:typename:void 563 pppoe_printf(NULL, "alien host unique tag" 570 pppoe_printf(sc, "host unique tag found" 577 pppoe_printf(sc, "wrong interface, not accepting host unique\n"); 725 pppoe_printf(NULL, "connected to %s\n", error); 799 pppoe_printf(NULL, "%s: %s\n", err_msg, error); 802 pppoe_printf(NULL, "%s\n", err_msg); 883 pppoe_printf(NULL, "received PADR [all...] |