Home
last modified time | relevance | path

Searched refs:sioc_sg_req (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockio.h52 #define SIOCGETSGCNT _IOWR('r', 16, struct sioc_sg_req) /* get s,g pkt cnt */
/f-stack/freebsd/sys/
H A Dsockio.h52 #define SIOCGETSGCNT _IOWR('r', 16, struct sioc_sg_req) /* get s,g pkt cnt */
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h235 struct sioc_sg_req { struct
/f-stack/freebsd/netinet/
H A Dip_mroute.h235 struct sioc_sg_req { struct
H A Dip_mroute.c333 static int get_sg_cnt(struct sioc_sg_req *);
551 error = get_sg_cnt((struct sioc_sg_req *)data); in X_mrt_ioctl()
565 get_sg_cnt(struct sioc_sg_req *req) in get_sg_cnt()