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

  /src/sys/net/agr/
if_agr.c 88 static int agrport_cleanup(struct agr_softc *, struct agr_port *);
663 if (agrport_cleanup(sc, port)) {
720 error = agrport_cleanup(sc, port);
723 printf("%s: agrport_cleanup error %d\n", __func__, error);
745 agrport_cleanup(struct agr_softc *sc, struct agr_port *port) function in typeref:typename:int
if_agr.c 88 static int agrport_cleanup(struct agr_softc *, struct agr_port *);
663 if (agrport_cleanup(sc, port)) {
720 error = agrport_cleanup(sc, port);
723 printf("%s: agrport_cleanup error %d\n", __func__, error);
745 agrport_cleanup(struct agr_softc *sc, struct agr_port *port) function in typeref:typename:int

Completed in 27 milliseconds