Home
last modified time | relevance | path

Searched refs:sioc_vif_req (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsockio.h47 #define SIOCGETVIFCNT _IOWR('r', 15, struct sioc_vif_req)/* get vif pkt cnt */
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.h242 struct sioc_vif_req { struct
H A Dip_mroute.c242 static int get_vif_cnt(struct sioc_vif_req *);
501 error = get_vif_cnt((struct sioc_vif_req *)data); in X_mrt_ioctl()
541 get_vif_cnt(struct sioc_vif_req *req) in get_vif_cnt()