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

  /src/sys/altq/
altq_afmap.h 36 struct atm_flowmap { struct
58 #define AFM_ADDFMAP _IOWR('F', 30, struct atm_flowmap)
59 #define AFM_DELFMAP _IOWR('F', 31, struct atm_flowmap)
60 #define AFM_CLEANFMAP _IOWR('F', 32, struct atm_flowmap)
61 #define AFM_GETFMAP _IOWR('F', 33, struct atm_flowmap)
96 int afm_add(struct ifnet *, struct atm_flowmap *);
altq_afmap.c 130 afm_add(struct ifnet *ifp, struct atm_flowmap *flowmap)
318 struct atm_flowmap fmap;
340 struct atm_flowmap *flowmap;
357 flowmap = (struct atm_flowmap *)addr;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 531 unsigned struct_atm_flowmap_sz = sizeof(atm_flowmap);

Completed in 34 milliseconds