HomeSort by: relevance | last modified time | path
    Searched refs:agrreq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/agr/
if_agrioctl.h 38 struct agrreq { struct
if_agr.c 74 static int agr_setconfig(struct agr_softc *, const struct agrreq *);
75 static int agr_getconfig(struct agr_softc *, struct agrreq *);
76 static int agr_getportlist(struct agr_softc *, struct agrreq *);
79 static int agrreq_copyin(const void *, struct agrreq *);
80 static int agrreq_copyout(void *, struct agrreq *);
416 agr_setconfig(struct agr_softc *sc, const struct agrreq *ar)
455 agr_getportlist(struct agr_softc *sc, struct agrreq *ar)
511 agr_getconfig(struct agr_softc *sc, struct agrreq *ar)
864 agrreq_copyin(const void *ubuf, struct agrreq *ar)
881 agrreq_copyout(void *ubuf, struct agrreq *ar
    [all...]
  /src/sbin/ifconfig/
agr.c 94 struct agrreq ar;
126 struct agrreq ar;

Completed in 13 milliseconds