Searched refs:hfsc_attach (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h119 struct hfsc_attach { struct
170 #define HFSC_IF_ATTACH _IOW('Q', 1, struct hfsc_attach)
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h114 struct hfsc_attach { struct
165 #define HFSC_IF_ATTACH _IOW('Q', 1, struct hfsc_attach)
H A Daltq_hfsc.c144 static struct hfsc_if *hfsc_attach(struct ifaltq *, u_int);
149 static int hfsccmd_if_attach(struct hfsc_attach *);
1729 hfsc_attach(ifq, bandwidth) function
1987 error = hfsccmd_if_attach((struct hfsc_attach *)addr);
2060 struct hfsc_attach *ap;
2069 if ((hif = hfsc_attach(&ifp->if_snd, ap->bandwidth)) == NULL)

Completed in 107 milliseconds