HomeSort by: relevance | last modified time | path
    Searched defs:pppoe_printf (Results 1 - 2 of 2) sorted by relevancy

  /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...]

Completed in 22 milliseconds